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

Method space

src/IRSend.hpp:1458–1460  ·  view source on GitHub ↗

* Sends an IR space for the specified number of microseconds. * A space is "no output", so just wait. * Executing program between end of mark and start of next mark uses around 15 to 20 us @ 16 MHz. This time is added to the space delay here. */

Source from the content-addressed store, hash-verified

1456 * Executing program between end of mark and start of next mark uses around 15 to 20 us @ 16 MHz. This time is added to the space delay here.
1457 */
1458void IRsend::space(uint16_t aSpaceMicros) {
1459 customDelayMicroseconds(aSpaceMicros);
1460}
1461
1462/**
1463 * Custom delay function that circumvents Arduino's delayMicroseconds 16 bit limit

Callers 3

sendNECSpecialRepeatFunction · 0.80
sendLGSpecialRepeatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected