| 106 | } |
| 107 | |
| 108 | void EX_Switch_Dim::setSwitchPin(byte pin) |
| 109 | { |
| 110 | m_nPinSwitch = pin; |
| 111 | pinMode(m_nPinSwitch, OUTPUT); |
| 112 | writeStateToPin(); |
| 113 | } |
| 114 | |
| 115 | void EX_Switch_Dim::setPWMPin(byte pin) |
| 116 | { |
nothing calls this directly
no outgoing calls
no test coverage detected