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

Method setPin

Arduino/libraries/ST_Anything_RCSwitch/EX_RCSwitch.cpp:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 void EX_RCSwitch::setPin(byte pin)
111 {
112 m_nPin = pin;
113 m_myRCSwitch.enableTransmit((int)m_nPin);
114 }
115}

Callers

nothing calls this directly

Calls 1

enableTransmitMethod · 0.80

Tested by

no test coverage detected