Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Arduino-IRremote/Arduino-IRremote
/ disableIRIn
Method
disableIRIn
src/IRReceive.hpp:480–482 ·
view source on GitHub ↗
* Alias for stop(). */
Source
from the content-addressed store, hash-verified
478
* Alias for stop().
479
*/
480
void IRrecv::disableIRIn() {
481
stop();
482
}
483
/**
484
* Alias for stop().
485
*/
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected