private
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected