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

Method sendLGRepeat

src/ir_LG.hpp:120–125  ·  view source on GitHub ↗

* Start of send and decode functions ************************************/ * Send special LG repeat. Like NEC repeat, but with unit 526 instead of 560 - not used internally */

Source from the content-addressed store, hash-verified

118 * Send special LG repeat. Like NEC repeat, but with unit 526 instead of 560 - not used internally
119 */
120void IRsend::sendLGRepeat() {
121 enableIROut (LG_KHZ); // 38 kHz
122 mark(LG_HEADER_MARK); // + 8416
123 space(LG_REPEAT_HEADER_SPACE); // - 2104
124 mark(LG_BIT_MARK); // + 500
125}
126
127/**
128 * Static function for sending special repeat frame.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected