ESP32-PaxCounter/src/senddata.h

6 lines
93 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);
#endif // _SENDDATA_H_