This website requires JavaScript.
Explore
Help
Sign In
DigitalInfinity
/
ESP32-PaxCounter
Watch
1
Star
0
Fork
0
You've already forked ESP32-PaxCounter
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7244596ded
ESP32-PaxCounter
/
include
/
button.h
8 lines
86 B
C
Raw
Normal View
History
Unescape
Escape
code sanitizations
2018-07-23 08:25:23 +02:00
#
ifndef _BUTTON_H
#
define _BUTTON_H
code sanitization
2018-10-03 23:07:22 +02:00
#
include
"senddata.h"
irq handling reworked (using tasknotify instead of semaphores)
2018-10-04 22:08:54 +02:00
void
readButton
(
)
;
code sanitizations
2018-07-23 08:25:23 +02:00
#
endif
Reference in New Issue
Copy Permalink