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

Class PulseDistanceWidthProtocolConstants

src/ir_Lego.hpp:102–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101// Cannot be constant, since we need to change RepeatPeriodMillis during sending
102struct PulseDistanceWidthProtocolConstants LegoProtocolConstants = { LEGO_PF, 38, LEGO_HEADER_MARK, LEGO_HEADER_SPACE,
103LEGO_BIT_MARK, LEGO_ONE_SPACE, LEGO_BIT_MARK, LEGO_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST | PROTOCOL_IS_PULSE_DISTANCE,
104 (LEGO_AUTO_REPEAT_PERIOD_MIN / MICROS_IN_ONE_MILLI), nullptr };
105

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected