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