* Start of send and decode functions ************************************/ * Send special LG repeat. Like NEC repeat, but with unit 526 instead of 560 - not used internally */
| 118 | * Send special LG repeat. Like NEC repeat, but with unit 526 instead of 560 - not used internally |
| 119 | */ |
| 120 | void 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. |
nothing calls this directly
no outgoing calls
no test coverage detected