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

Class PulseDistanceWidthProtocolConstants

src/ir_Template.hpp:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126
127// use BOSEWAVE, we have no SHUZU code
128struct PulseDistanceWidthProtocolConstants const ShuzuProtocolConstants PROGMEM = {BOSEWAVE, 38, SHUZU_HEADER_MARK, SHUZU_HEADER_SPACE,
129 SHUZU_BIT_MARK, SHUZU_ONE_SPACE, SHUZU_BIT_MARK, SHUZU_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST, (SHUZU_REPEAT_PERIOD
130 / MICROS_IN_ONE_MILLI), nullptr};
131

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected