mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
Initial batch of mocks for host side testing
This commit is contained in:
13
tests/host/common/pins_arduino.h
Normal file
13
tests/host/common/pins_arduino.h
Normal file
@ -0,0 +1,13 @@
|
||||
//
|
||||
// pins_arduino.h
|
||||
// esp8266-host-tests
|
||||
//
|
||||
// Created by Ivan Grokhotkov on 02/03/16.
|
||||
// Copyright © 2016 esp8266.com. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef pins_arduino_h
|
||||
#define pins_arduino_h
|
||||
|
||||
|
||||
#endif /* pins_arduino_h */
|
Reference in New Issue
Block a user