| 
    IRremote
    
   | 
 

Go to the source code of this file.
Macros | |
| #define | MAGIQUEST_CHECKSUM_BITS 8 | 
| #define | MAGIQUEST_MAGNITUDE_BITS 9 | 
| #define | MAGIQUEST_WAND_ID_BITS 31 | 
| #define | MAGIQUEST_START_BITS 8 | 
| #define | MAGIQUEST_PERIOD 1150 | 
| #define | MAGIQUEST_DATA_BITS (MAGIQUEST_CHECKSUM_BITS + MAGIQUEST_MAGNITUDE_BITS + MAGIQUEST_WAND_ID_BITS) | 
| #define | MAGIQUEST_BITS (MAGIQUEST_CHECKSUM_BITS + MAGIQUEST_MAGNITUDE_BITS + MAGIQUEST_WAND_ID_BITS + MAGIQUEST_START_BITS) | 
| #define | MAGIQUEST_UNIT (MAGIQUEST_PERIOD / 4) | 
| #define | MAGIQUEST_ONE_MARK (2 * MAGIQUEST_UNIT) | 
| #define | MAGIQUEST_ONE_SPACE (2 * MAGIQUEST_UNIT) | 
| #define | MAGIQUEST_ZERO_MARK MAGIQUEST_UNIT | 
| #define | MAGIQUEST_ZERO_SPACE (3 * MAGIQUEST_UNIT) | 
Variables | |
| struct PulseDistanceWidthProtocolConstants const MagiQuestProtocolConstants | PROGMEM | 
| #define MAGIQUEST_BITS (MAGIQUEST_CHECKSUM_BITS + MAGIQUEST_MAGNITUDE_BITS + MAGIQUEST_WAND_ID_BITS + MAGIQUEST_START_BITS) | 
Definition at line 94 of file ir_MagiQuest.hpp.
| #define MAGIQUEST_CHECKSUM_BITS 8 | 
Definition at line 86 of file ir_MagiQuest.hpp.
| #define MAGIQUEST_DATA_BITS (MAGIQUEST_CHECKSUM_BITS + MAGIQUEST_MAGNITUDE_BITS + MAGIQUEST_WAND_ID_BITS) | 
Definition at line 93 of file ir_MagiQuest.hpp.
| #define MAGIQUEST_MAGNITUDE_BITS 9 | 
Definition at line 87 of file ir_MagiQuest.hpp.
| #define MAGIQUEST_ONE_MARK (2 * MAGIQUEST_UNIT) | 
Definition at line 108 of file ir_MagiQuest.hpp.
| #define MAGIQUEST_ONE_SPACE (2 * MAGIQUEST_UNIT) | 
Definition at line 109 of file ir_MagiQuest.hpp.
| #define MAGIQUEST_PERIOD 1150 | 
Definition at line 91 of file ir_MagiQuest.hpp.
| #define MAGIQUEST_START_BITS 8 | 
Definition at line 89 of file ir_MagiQuest.hpp.
| #define MAGIQUEST_UNIT (MAGIQUEST_PERIOD / 4) | 
Definition at line 106 of file ir_MagiQuest.hpp.
| #define MAGIQUEST_WAND_ID_BITS 31 | 
Definition at line 88 of file ir_MagiQuest.hpp.
| #define MAGIQUEST_ZERO_MARK MAGIQUEST_UNIT | 
Definition at line 110 of file ir_MagiQuest.hpp.
| #define MAGIQUEST_ZERO_SPACE (3 * MAGIQUEST_UNIT) | 
Definition at line 111 of file ir_MagiQuest.hpp.
| struct PulseDistanceWidthProtocolConstants const MagiQuestProtocolConstants PROGMEM | 
Definition at line 1 of file ir_MagiQuest.hpp.