1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00
esp8266/tests/host/common/esp8266_peri.h
2022-03-04 02:28:47 +03:00

10 lines
129 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