Release 1.0.0-alpha.9
·
407 commits
to master
since this release
*** This is (also) an alpha release with breaking changes (sorry) ***
Changed
- The
embedded-halcrate now contains blocking traits only. Import paths no longer contain::blocking.
Added
- Implement
PartialOrd,Ord,Hashforcan::StandardId,can::ExtendedIdandcan::Idaccording to CAN bus arbitration rules - Implement
Eqfori2c::Operaiton - Implement
PartialOrd,Ord,Hashforcan::StandardId,can::ExtendedIdandcan::Idaccording to CAN bus arbitration rules.
Fixed
- Fixed documentation for
wait_for_rising_edge.
Removed
digital::blocking::IoPintraits. See: #340, #397.nbtraits are now available in a separateembedded-hal-nbcrate.spi::blocking::ExclusiveDeviceandspi::blocking::ExclusiveDeviceError. These have been moved to a separateembedded-hal-buscrate.- Moved CAN traits to a separate
embedded-cancrate.