#ifndef __NEXATX__ #define __NEXATX__ #include void sendNexaCode(uint32_t data); void sendNexaCodeStr(char *str); void initNexaTransmit(); #endif