ESP32-PaxCounter/include/button.h
2019-04-06 18:11:28 +02:00

6 lines
63 B
C

#ifndef _BUTTON_H
#define _BUTTON_H
void readButton();
#endif