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

Method enableReceive

Arduino/libraries/RCSwitch/RCSwitch.cpp:590–593  ·  view source on GitHub ↗

* Enable receiving data */

Source from the content-addressed store, hash-verified

588 * Enable receiving data
589 */
590void RCSwitch::enableReceive(int interrupt) {
591 this->nReceiverInterrupt = interrupt;
592 this->enableReceive();
593}
594
595void RCSwitch::enableReceive() {
596 if (this->nReceiverInterrupt != -1) {

Callers 1

transmitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected