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

Method sendNECRaw

src/ir_NEC.hpp:228–230  ·  view source on GitHub ↗

* Sends NEC protocol * @param aNumberOfRepeats If < 0 then only a special repeat frame without leading and trailing space * will be sent by calling NECProtocolConstants.SpecialSendRepeatFunction(). */

Source from the content-addressed store, hash-verified

226 * will be sent by calling NECProtocolConstants.SpecialSendRepeatFunction().
227 */
228void IRsend::sendNECRaw(uint32_t aRawData, int_fast8_t aNumberOfRepeats) {
229 sendPulseDistanceWidth_P(&NECProtocolConstants, aRawData, NEC_BITS, aNumberOfRepeats);
230}
231
232/**
233 * Decodes also Onkyo and Apple

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected