temp3.h 341 B

1234567891011121314151617181920212223
  1. #ifndef __TEMP3__
  2. #define __TEMP3__
  3. // ESIC WT450H
  4. #include "app.h"
  5. void temp3ResetDecoder ();
  6. extern unsigned long long temp3_x_data;
  7. boolean nextPulseTemp3(unsigned int width);
  8. typedef struct {
  9. unsigned int remote_id;
  10. unsigned char group;
  11. unsigned char onOff;
  12. unsigned char channel;
  13. unsigned char button;
  14. } TEMP3_QUEUE_DATA;
  15. #endif