This website works better with JavaScript.
Explore
Help
Sign In
wirtz
/
esp-link
mirror of
https://github.com/jeelabs/esp-link.git
Watch
1
Star
0
Fork
You've already forked esp-link
0
Code
Issues
Releases
Wiki
Activity
130
Commits
7
Branches
41
Tags
4.7 MiB
Tag:
v0.9.1
esp-link
/
user
/
io.h
7 lines
92 B
Raw
Permalink
Normal View
History
Unescape
Escape
Added include guards and removed unused includes
10 years ago
#
ifndef IO_H
#
define IO_H
Ting, a webserver example - first commit
11 years ago
void
ICACHE_FLASH_ATTR
ioLed
(
int
ena
)
;
void
ioInit
(
void
)
;
Added include guards and removed unused includes
10 years ago
#
endif