ESP32-PaxCounter/include/button.h

8 lines
86 B
C
Raw Normal View History

2018-07-23 08:25:23 +02:00
#ifndef _BUTTON_H
#define _BUTTON_H
2018-10-03 23:07:22 +02:00
#include "senddata.h"
void readButton();
2018-07-23 08:25:23 +02:00
#endif