ESP32-PaxCounter/include/button.h

6 lines
63 B
C
Raw Normal View History

2018-07-23 08:25:23 +02:00
#ifndef _BUTTON_H
#define _BUTTON_H
void readButton();
2018-07-23 08:25:23 +02:00
#endif