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

Class PulseDistanceWidthProtocolConstants

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

Source from the content-addressed store, hash-verified

100
101// 19 byte RAM
102struct PulseDistanceWidthProtocolConstants const SamsungProtocolConstants PROGMEM = {SAMSUNG, SAMSUNG_KHZ, SAMSUNG_HEADER_MARK,
103 SAMSUNG_HEADER_SPACE, SAMSUNG_BIT_MARK, SAMSUNG_ONE_SPACE, SAMSUNG_BIT_MARK, SAMSUNG_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST | PROTOCOL_IS_PULSE_DISTANCE,
104 (SAMSUNG_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), nullptr};
105

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected