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

Method sendNEC

src/ir_NEC.hpp:180–182  ·  view source on GitHub ↗

* NEC Send frame and special repeats * There is NO delay after the last sent repeat! * @param aNumberOfRepeats If < 0 then only a special NEC repeat frame will be sent by calling NECProtocolConstants.SpecialSendRepeatFunction(). */

Source from the content-addressed store, hash-verified

178 * @param aNumberOfRepeats If < 0 then only a special NEC repeat frame will be sent by calling NECProtocolConstants.SpecialSendRepeatFunction().
179 */
180void IRsend::sendNEC(uint16_t aAddress, uint16_t aCommand, int_fast8_t aNumberOfRepeats) {
181 sendPulseDistanceWidth_P(&NECProtocolConstants, computeNECRawDataAndChecksum(aAddress, aCommand), NEC_BITS, aNumberOfRepeats);
182}
183
184/**
185 * There is NO delay after the last sent repeat!

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected