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

Method sendRC6

src/ir_RC5_RC6.hpp:599–601  ·  view source on GitHub ↗

* Main RC6 send function */

Source from the content-addressed store, hash-verified

597 * Main RC6 send function
598 */
599void IRsend::sendRC6(uint32_t aRawData, uint8_t aNumberOfBitsToSend) { // Deprecated
600 sendRC6Raw(aRawData, aNumberOfBitsToSend);
601}
602void IRsend::sendRC6Raw(uint32_t aRawData, uint8_t aNumberOfBitsToSend) {
603// Set IR carrier frequency
604 enableIROut (RC5_RC6_KHZ);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected