mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
14 lines
228 B
C
14 lines
228 B
C
//
|
|
// 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 */
|