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

Method sendNEC2

src/ir_NEC.hpp:198–200  ·  view source on GitHub ↗

* NEC2 Send frame !!! and repeat the frame for each requested repeat !!! * There is NO delay after the last sent repeat! * @param aNumberOfRepeats If < 0 then nothing is sent. */

Source from the content-addressed store, hash-verified

196 * @param aNumberOfRepeats If < 0 then nothing is sent.
197 */
198void IRsend::sendNEC2(uint16_t aAddress, uint16_t aCommand, int_fast8_t aNumberOfRepeats) {
199 sendPulseDistanceWidth_P(&NEC2ProtocolConstants, computeNECRawDataAndChecksum(aAddress, aCommand), NEC_BITS, aNumberOfRepeats);
200}
201
202/**
203 * Apple: Send NEC with fixed 16 bit Apple address 0x87EE.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected