0.3.0-alpha.1
- Update to
embedded-hal
1.0.0-alpha.8. - Remove the unnecessary
SerialReader
trait; clearly I was misundersanding something. - Fix bounds on
Sen0177Error
to require an impl of the serial error type fromembedded-hal
. - Remove the explicit
nb
dependency and useembedded-hal
's reexport.