libesphttpd: added extras and example
This commit is contained in:
parent
e24b6579ff
commit
f5af169d63
29 changed files with 1185 additions and 0 deletions
7
examples/esphttpd/io.h
Normal file
7
examples/esphttpd/io.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef IO_H
|
||||
#define IO_H
|
||||
|
||||
void ICACHE_FLASH_ATTR ioLed(int ena);
|
||||
void ioInit(void);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue