libesphttpd: added extras and example

This commit is contained in:
Nochkin 2017-10-08 23:01:35 -04:00
parent e24b6579ff
commit f5af169d63
29 changed files with 1185 additions and 0 deletions

7
examples/esphttpd/io.h Normal file
View file

@ -0,0 +1,7 @@
#ifndef IO_H
#define IO_H
void ICACHE_FLASH_ATTR ioLed(int ena);
void ioInit(void);
#endif