| 117 | } |
| 118 | |
| 119 | void 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. |
nothing calls this directly
no outgoing calls
no test coverage detected