ESP32-PaxCounter/src/senddata.h

7 lines
117 B
C
Raw Normal View History

2018-07-17 15:15:58 +02:00
#ifndef _SENDDATA_H
#define _SENDDATA_H
2018-07-14 19:12:20 +02:00
void senddata(uint8_t port);
2018-07-22 20:27:58 +02:00
void sendPayload(void);
2018-07-14 19:12:20 +02:00
#endif // _SENDDATA_H_