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

Method end

src/IRReceive.hpp:486–488  ·  view source on GitHub ↗

* Alias for stop(). */

Source from the content-addressed store, hash-verified

484 * Alias for stop().
485 */
486void IRrecv::end() {
487 stop();
488}
489
490/**
491 * Restart the ISR (Interrupt Service Routine) state machine, to enable receiving of the next IR frame.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected