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

Method sendSharp2

src/ir_Denon.hpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void IRsend::sendSharp2(uint8_t aAddress, uint8_t aCommand, int_fast8_t aNumberOfRepeats) {
120 sendDenon(aAddress, aCommand, aNumberOfRepeats, 2);
121}
122
123/*
124 * Denon frames are always sent 3 times. A non inverted (normal), an inverted frame, ending with a normal frame.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected