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

Method enableTransmit

Arduino/libraries/RCSwitch/RCSwitch.cpp:107–110  ·  view source on GitHub ↗

* Enable transmissions * * @param nTransmitterPin Arduino Pin to which the sender is connected to */

Source from the content-addressed store, hash-verified

105 * @param nTransmitterPin Arduino Pin to which the sender is connected to
106 */
107void RCSwitch::enableTransmit(int nTransmitterPin) {
108 this->nTransmitterPin = nTransmitterPin;
109 pinMode(this->nTransmitterPin, OUTPUT);
110}
111
112/**
113 * Disable transmissions

Callers 1

setPinMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected