* Disable transmissions */
| 113 | * Disable transmissions |
| 114 | */ |
| 115 | void RCSwitch::disableTransmit() { |
| 116 | this->nTransmitterPin = -1; |
| 117 | } |
| 118 | |
| 119 | /** |
| 120 | * Switch a remote switch on (Type D REV) |
nothing calls this directly
no outgoing calls
no test coverage detected