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

Class PulseDistanceWidthProtocolConstants

src/ir_Sony.hpp:91–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89#define SONY_MAXIMUM_REPEAT_DISTANCE (SONY_REPEAT_PERIOD - SONY_DURATION_MIN) // 27,6 ms
90
91struct PulseDistanceWidthProtocolConstants const SonyProtocolConstants PROGMEM = { SONY, SONY_KHZ, SONY_HEADER_MARK, SONY_SPACE, SONY_ONE_MARK,
92SONY_SPACE, SONY_ZERO_MARK, SONY_SPACE, PROTOCOL_IS_LSB_FIRST | PROTOCOL_IS_PULSE_WIDTH, (SONY_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), nullptr };
93
94/************************************

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected