MCPcopy Create free account
hub / github.com/Arduino-IRremote/Arduino-IRremote / PulseDistanceWidthProtocolConstants

Class PulseDistanceWidthProtocolConstants

src/ir_Denon.hpp:106–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104#define DENON_HEADER_SPACE (3 * DENON_UNIT) // 780 // The length of the Header:Space
105
106struct 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected