nexaTransmit.h 163 B

1234567891011121314
  1. #ifndef __NEXATX__
  2. #define __NEXATX__
  3. #include <stdint.h>
  4. void sendNexaCode(uint32_t data);
  5. void sendNexaCodeStr(char *str);
  6. void initNexaTransmit();
  7. #endif