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

Method disableTransmit

Arduino/libraries/RCSwitch/RCSwitch.cpp:115–117  ·  view source on GitHub ↗

* Disable transmissions */

Source from the content-addressed store, hash-verified

113 * Disable transmissions
114 */
115void RCSwitch::disableTransmit() {
116 this->nTransmitterPin = -1;
117}
118
119/**
120 * Switch a remote switch on (Type D REV)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected