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

Method sendSamsungLGRepeat

src/ir_Samsung.hpp:118–125  ·  view source on GitHub ↗

* Send repeat * Repeat commands should be sent in a 110 ms raster. * This repeat was sent by an LG 6711R1P071A remote */

Source from the content-addressed store, hash-verified

116 * This repeat was sent by an LG 6711R1P071A remote
117 */
118void IRsend::sendSamsungLGRepeat() {
119 enableIROut (SAMSUNG_KHZ); // 38 kHz
120 mark(SAMSUNG_HEADER_MARK); // + 4500
121 space(SAMSUNG_HEADER_SPACE); // - 4500
122 mark(SAMSUNG_BIT_MARK); // + 560
123 space(SAMSUNG_ZERO_SPACE); // - 560
124 mark(SAMSUNG_BIT_MARK); // + 560
125}
126
127/**
128 * Like above, but implemented as a static function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected