#ifndef _SENDDATA_H #define _SENDDATA_H void senddata(uint8_t port); void sendPayload(void); void SendCycleIRQ(void); #endif // _SENDDATA_H_