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

Method sendWhynter

src/ir_Others.hpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 WHYNTER_BIT_MARK, WHYNTER_ONE_SPACE, WHYNTER_BIT_MARK, WHYNTER_ZERO_SPACE, PROTOCOL_IS_MSB_FIRST | PROTOCOL_IS_PULSE_DISTANCE, 110, nullptr};
89
90void IRsend::sendWhynter(uint32_t aData, int_fast8_t aNumberOfRepeats) {
91 sendPulseDistanceWidth_P(&WhynterProtocolConstants, aData, NEC_BITS, aNumberOfRepeats);
92}
93
94bool 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected