Closed GrantM11235 closed 10 months ago
If a pin fails while updating the bus, the last value won't be updated.
last
The fix is to store the last value as an Option. This also allows new to be infallible.
Option
new
If a pin fails while updating the bus, the
last
value won't be updated.The fix is to store the last value as an
Option
. This also allowsnew
to be infallible.