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

Method setPin

Arduino/libraries/ST_Anything/PS_PulseCounter.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 }
166
167 void PS_PulseCounter::setPin(byte pin)
168 {
169 m_nInputPin = pin;
170 pinMode(m_nInputPin, m_nInputMode);
171 }
172}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected