| 88 | WHYNTER_BIT_MARK, WHYNTER_ONE_SPACE, WHYNTER_BIT_MARK, WHYNTER_ZERO_SPACE, PROTOCOL_IS_MSB_FIRST | PROTOCOL_IS_PULSE_DISTANCE, 110, nullptr}; |
| 89 | |
| 90 | void IRsend::sendWhynter(uint32_t aData, int_fast8_t aNumberOfRepeats) { |
| 91 | sendPulseDistanceWidth_P(&WhynterProtocolConstants, aData, NEC_BITS, aNumberOfRepeats); |
| 92 | } |
| 93 | |
| 94 | bool IRrecv::decodeWhynter() { |
| 95 | // Check we have the right amount of data (68). The +4 is for initial gap, start bit mark and space + stop bit mark. |
nothing calls this directly
no outgoing calls
no test coverage detected