2018-07-17 15:15:58 +02:00
|
|
|
#ifndef _SENDDATA_H
|
|
|
|
#define _SENDDATA_H
|
2018-07-14 19:12:20 +02:00
|
|
|
|
2018-08-04 15:27:58 +02:00
|
|
|
void SendData(uint8_t port);
|
2018-07-22 20:27:58 +02:00
|
|
|
void sendPayload(void);
|
2018-09-22 21:26:11 +02:00
|
|
|
void checkSendQueues(void);
|
2018-08-05 12:16:54 +02:00
|
|
|
void flushQueues();
|
2018-07-14 19:12:20 +02:00
|
|
|
|
|
|
|
#endif // _SENDDATA_H_
|