* Old deprecated functions, kept for backward compatibility to old 2.0 tutorials *********************************************************************************/ * Only for backwards compatibility */
| 252 | * Only for backwards compatibility |
| 253 | */ |
| 254 | void 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 |
nothing calls this directly
no outgoing calls
no test coverage detected