temp2.h 429 B

123456789101112131415161718192021222324
  1. #ifndef __TEMP2__
  2. #define __TEMP2__
  3. #include "app.h"
  4. void temp2ResetDecoder ();
  5. extern unsigned long long temp2_x_data;
  6. boolean nextPulseTemp2(unsigned int width);
  7. typedef struct {
  8. unsigned int remote_id;
  9. unsigned char group;
  10. unsigned char onOff;
  11. unsigned char channel;
  12. unsigned char button;
  13. } TEMP2_QUEUE_DATA;
  14. //#define LOG_SIZE 3096
  15. //extern unsigned short nexaData[LOG_SIZE];
  16. //extern unsigned short logCounter;
  17. #endif