ESP32-PaxCounter/include/button.h
2018-10-14 13:26:23 +02:00

8 lines
86 B
C

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