1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-10 14:42:08 +03:00
Files
esp8266/tests/host/common/esp8266_peri.h
2019-01-15 22:56:54 +01:00

9 lines
124 B
C

#ifndef FAKE_ESP8266_PERI_H
#define FAKE_ESP8266_PERI_H
const int GPI = 0;
const int GPO = 0;
const int GP16I = 0;
#endif