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

Method sendOpenLASIRRepeat

src/ir_OpenLASIR.hpp:127–129  ·  view source on GitHub ↗

* Send special OpenLASIR repeat frame (same as NEC repeat frame). * Repeat commands should be sent in a 110 ms raster. */

Source from the content-addressed store, hash-verified

125 * Repeat commands should be sent in a 110 ms raster.
126 */
127void IRsend::sendOpenLASIRRepeat() {
128 sendNECRepeat();
129}
130
131/**
132 * Static function variant of IRsend::sendOpenLASIRRepeat

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected