| 112 | ************************************/ |
| 113 | |
| 114 | void 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 | |
| 119 | void IRsend::sendSharp2(uint8_t aAddress, uint8_t aCommand, int_fast8_t aNumberOfRepeats) { |
| 120 | sendDenon(aAddress, aCommand, aNumberOfRepeats, 2); |
nothing calls this directly
no outgoing calls
no test coverage detected