* Main RC6 send function */
| 597 | * Main RC6 send function |
| 598 | */ |
| 599 | void IRsend::sendRC6(uint32_t aRawData, uint8_t aNumberOfBitsToSend) { // Deprecated |
| 600 | sendRC6Raw(aRawData, aNumberOfBitsToSend); |
| 601 | } |
| 602 | void IRsend::sendRC6Raw(uint32_t aRawData, uint8_t aNumberOfBitsToSend) { |
| 603 | // Set IR carrier frequency |
| 604 | enableIROut (RC5_RC6_KHZ); |
nothing calls this directly
no outgoing calls
no test coverage detected