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

Method writeStateToPin

Arduino/libraries/ST_Anything/S_TimedRelay.cpp:39–42  ·  view source on GitHub ↗

private

Source from the content-addressed store, hash-verified

37{
38//private
39 void S_TimedRelay::writeStateToPin()
40 {
41 digitalWrite(m_nOutputPin, m_bInvertLogic ? !m_bCurrentState : m_bCurrentState);
42 }
43
44//public
45 //constructor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected