| 142 | extern uint8_t sLastSendToggleValue; // Currently used by RC5 + RC6 |
| 143 | |
| 144 | struct 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 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected