12345678910111213141516171819202122 |
- #ifndef __OREGON1__
- #define __OREGON1__
- #include "app.h"
- void oregonV3ResetDecoder ();
- extern unsigned long long oregonV3_x_data;
- boolean nextPulseoregonV3(unsigned int width);
- typedef struct {
- unsigned int remote_id;
- unsigned char group;
- unsigned char onOff;
- unsigned char channel;
- unsigned char button;
- } OREGONV3_QUEUE_DATA;
- #endif
|