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

Method writeStateToPin

Arduino/libraries/ST_Anything/EX_Switch.cpp:34–37  ·  view source on GitHub ↗

private

Source from the content-addressed store, hash-verified

32{
33//private
34 void EX_Switch::writeStateToPin()
35 {
36 digitalWrite(m_nPin, m_bInvertLogic ? !m_bCurrentState : m_bCurrentState);
37 }
38
39
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected