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

Method sendOpenLASIRRaw

src/ir_OpenLASIR.hpp:213–215  ·  view source on GitHub ↗

* Send raw 32-bit OpenLASIR data. * @param aRawData The pre-computed 32-bit raw data. * @param aNumberOfRepeats If < 0 then only a special NEC repeat frame will be sent. */

Source from the content-addressed store, hash-verified

211 * @param aNumberOfRepeats If < 0 then only a special NEC repeat frame will be sent.
212 */
213void IRsend::sendOpenLASIRRaw(uint32_t aRawData, int_fast8_t aNumberOfRepeats) {
214 sendPulseDistanceWidth_P(&NECProtocolConstants, aRawData, OPENLASIR_BITS, aNumberOfRepeats);
215}
216
217/**
218 * Decode an OpenLASIR frame.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected