| 114 | #define APPLE_ADDRESS 0x87EE |
| 115 | |
| 116 | struct PulseDistanceWidthProtocolConstants const NECProtocolConstants PROGMEM = {NEC, NEC_KHZ, NEC_HEADER_MARK, NEC_HEADER_SPACE, NEC_BIT_MARK, |
| 117 | NEC_ONE_SPACE, NEC_BIT_MARK, NEC_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST | PROTOCOL_IS_PULSE_DISTANCE, (NEC_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), |
| 118 | &sendNECSpecialRepeat}; |
| 119 |
nothing calls this directly
no outgoing calls
no test coverage detected