| 181 | } |
| 182 | |
| 183 | void EX_Alarm::setPin(byte pin) |
| 184 | { |
| 185 | //m_nPin = pin; |
| 186 | digitalWrite(pin, m_bInvertLogic ? HIGH : LOW); |
| 187 | pinMode(pin, OUTPUT); |
| 188 | writeStateToPin(); |
| 189 | } |
| 190 | } |
nothing calls this directly
no outgoing calls
no test coverage detected