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

Method sendSharp

src/ir_Denon.hpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 ************************************/
113
114void IRsend::sendSharp(uint8_t aAddress, uint8_t aCommand, int_fast8_t aNumberOfRepeats) {
115 sendDenon(aAddress, aCommand, aNumberOfRepeats, 1);
116 // see https://github.com/Arduino-IRremote/Arduino-IRremote/issues/1272
117}
118
119void IRsend::sendSharp2(uint8_t aAddress, uint8_t aCommand, int_fast8_t aNumberOfRepeats) {
120 sendDenon(aAddress, aCommand, aNumberOfRepeats, 2);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected