Closed wongquijote closed 1 year ago
RESOLVED #253 We should make sure that device_read()/device_write() for all the devices return 0 if the param argument is invalid.
In LimitSwitch::device_read(), we call digitalRead() with the argument param, even if might not refer to a relevant pin.
Should merge this one as well, this one is ready to go once the workflows CI is added and we rebase it on master
RESOLVED #253 We should make sure that device_read()/device_write() for all the devices return 0 if the param argument is invalid.
In LimitSwitch::device_read(), we call digitalRead() with the argument param, even if might not refer to a relevant pin.