| 104 | #define DENON_HEADER_SPACE (3 * DENON_UNIT) // 780 // The length of the Header:Space |
| 105 | |
| 106 | struct PulseDistanceWidthProtocolConstants const DenonProtocolConstants PROGMEM = {DENON, DENON_KHZ, DENON_HEADER_MARK, DENON_HEADER_SPACE, |
| 107 | DENON_BIT_MARK, DENON_ONE_SPACE, DENON_BIT_MARK, DENON_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST | PROTOCOL_IS_PULSE_DISTANCE, |
| 108 | (DENON_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), nullptr}; |
| 109 |
nothing calls this directly
no outgoing calls
no test coverage detected