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

Class DistanceWidthTimingInfoStruct

src/IRProtocol.h:117–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115#define SIRCS_20_PROTOCOL 20
116
117struct DistanceWidthTimingInfoStruct {
118 uint16_t HeaderMarkMicros;
119 uint16_t HeaderSpaceMicros;
120 uint16_t OneMarkMicros;
121 uint16_t OneSpaceMicros;
122 uint16_t ZeroMarkMicros;
123 uint16_t ZeroSpaceMicros;
124};
125
126/*
127 * Definitions for member IRData.flags

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected