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

Class PulseDistanceWidthProtocolConstants

src/IRProtocol.h:144–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142extern uint8_t sLastSendToggleValue; // Currently used by RC5 + RC6
143
144struct PulseDistanceWidthProtocolConstants {
145 decode_type_t ProtocolIndex;
146 uint_fast8_t FrequencyKHz;
147 DistanceWidthTimingInfoStruct DistanceWidthTimingInfo;
148 uint8_t Flags;
149 unsigned int RepeatPeriodMillis; // Time between start of two frames. Thus independent from frame length.
150 void (*SpecialSendRepeatFunction)(); // using non member functions here saves up to 250 bytes for send demo
151// void (IRsend::*SpecialSendRepeatFunction)();
152};
153/*
154 * Definitions for member PulseDistanceWidthProtocolConstants.Flags
155 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected