mirror of
https://github.com/jeelabs/esp-link.git
synced 2026-03-07 17:56:47 +01:00
7 lines
92 B
C
7 lines
92 B
C
#ifndef IO_H
|
|
#define IO_H
|
|
|
|
void ICACHE_FLASH_ATTR ioLed(int ena);
|
|
void ioInit(void);
|
|
|
|
#endif |