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

Method sendNECRepeat

src/ir_NEC.hpp:132–137  ·  view source on GitHub ↗

* Send special NEC repeat frame * Repeat commands should be sent in a 110 ms raster. */

Source from the content-addressed store, hash-verified

130 * Repeat commands should be sent in a 110 ms raster.
131 */
132void IRsend::sendNECRepeat() {
133 enableIROut (NEC_KHZ); // 38 kHz
134 mark(NEC_HEADER_MARK); // + 9000
135 space(NEC_REPEAT_HEADER_SPACE); // - 2250
136 mark(NEC_BIT_MARK); // + 560
137}
138
139/**
140 * Static function variant of IRsend::sendNECRepeat

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected