MCPcopy Create free account
hub / github.com/DanielOgorchock/ST_Anything / disableReceive

Method disableReceive

Arduino/libraries/RCSwitch/RCSwitch.cpp:606–609  ·  view source on GitHub ↗

* Disable receiving data */

Source from the content-addressed store, hash-verified

604 * Disable receiving data
605 */
606void RCSwitch::disableReceive() {
607 detachInterrupt(this->nReceiverInterrupt);
608 this->nReceiverInterrupt = -1;
609}
610
611bool RCSwitch::available() {
612 return RCSwitch::nReceivedValue != NULL;

Callers 1

transmitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected