123456789101112131415161718192021222324 |
- #ifndef __TEMP2__
- #define __TEMP2__
- #include "app.h"
- void temp2ResetDecoder ();
- extern unsigned long long temp2_x_data;
- boolean nextPulseTemp2(unsigned int width);
- typedef struct {
- unsigned int remote_id;
- unsigned char group;
- unsigned char onOff;
- unsigned char channel;
- unsigned char button;
- } TEMP2_QUEUE_DATA;
- //#define LOG_SIZE 3096
- //extern unsigned short nexaData[LOG_SIZE];
- //extern unsigned short logCounter;
- #endif
|