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

Class PulseDistanceWidthProtocolConstants

src/ir_FAST.hpp:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 Sum: 28900
63 */
64struct PulseDistanceWidthProtocolConstants const FASTProtocolConstants PROGMEM = { FAST, FAST_KHZ, FAST_HEADER_MARK,
65FAST_HEADER_SPACE, FAST_BIT_MARK, FAST_ONE_SPACE, FAST_BIT_MARK, FAST_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST
66 | PROTOCOL_IS_PULSE_DISTANCE, (FAST_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), nullptr };
67

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected