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

Method restartAfterSend

src/IRReceive.hpp:457–461  ·  view source on GitHub ↗

* Restarts receiver after send. Is a NOP if sending does not require a timer. */

Source from the content-addressed store, hash-verified

455 * Restarts receiver after send. Is a NOP if sending does not require a timer.
456 */
457void IRrecv::restartAfterSend() {
458#if defined(SEND_PWM_BY_TIMER) && !defined(SEND_PWM_DOES_NOT_USE_RECEIVE_TIMER)
459 start();
460#endif
461}
462
463/**
464 * Disables the timer for IR reception.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected