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

Class PulseDistanceWidthProtocolConstants

src/ir_JVC.hpp:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76#define JVC_REPEAT_PERIOD 65000 // assume around 40 ms for a JVC frame. JVC IR Remotes: RM-SA911U, RM-SX463U have 45 ms period
77
78struct PulseDistanceWidthProtocolConstants const JVCProtocolConstants PROGMEM = {JVC, JVC_KHZ, JVC_HEADER_MARK, JVC_HEADER_SPACE, JVC_BIT_MARK,
79 JVC_ONE_SPACE, JVC_BIT_MARK, JVC_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST | PROTOCOL_IS_PULSE_DISTANCE, (JVC_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), nullptr};
80
81/************************************

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected