oregon.h 342 B

12345678910111213141516171819202122
  1. #ifndef __OREGON1__
  2. #define __OREGON1__
  3. #include "app.h"
  4. void oregonV3ResetDecoder ();
  5. extern unsigned long long oregonV3_x_data;
  6. boolean nextPulseoregonV3(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. } OREGONV3_QUEUE_DATA;
  14. #endif