1234567891011121314151617181920 |
- #ifndef __NEXA__
- #define __NEXA__
- #include "app.h"
- void resetDecoder ();
- extern unsigned long x_data;
- boolean nextPulseNexa (unsigned int width);
- typedef struct {
- unsigned int remote_id;
- unsigned char group;
- unsigned char onOff;
- unsigned char channel;
- unsigned char button;
- } NEXA_QUEUE_DATA;
- #endif
|