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

Method sendDenonRaw

src/ir_Denon.hpp:254–256  ·  view source on GitHub ↗

* Old deprecated functions, kept for backward compatibility to old 2.0 tutorials *********************************************************************************/ * Only for backwards compatibility */

Source from the content-addressed store, hash-verified

252 * Only for backwards compatibility
253 */
254void IRsend::sendDenonRaw(uint16_t aRawData, int_fast8_t aNumberOfRepeats) {
255 sendDenon(aRawData >> (DENON_COMMAND_BITS + DENON_FRAME_BITS), (aRawData >> DENON_FRAME_BITS) & 0xFF, aNumberOfRepeats);
256}
257
258/*
259 * Old function with parameter data

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected