ESP32-PaxCounter/src/button.h
2018-10-04 22:59:02 +02:00

8 lines
86 B
C

#ifndef _BUTTON_H
#define _BUTTON_H
#include "senddata.h"
void readButton();
#endif