transmit.h 143 B

123456789
  1. #ifndef ____transmit__
  2. #define ____transmit__
  3. void sendNexaCodeStr(unsigned char *c);
  4. void sendNexaCodeNo(unsigned long orig_code);
  5. #endif