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

Method setPin

Arduino/libraries/ST_Anything/EX_Switch.cpp:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 void EX_Switch::setPin(byte pin)
89 {
90 m_nPin=pin;
91 pinMode(m_nPin, OUTPUT);
92 writeStateToPin();
93 }
94}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected