Release 1.0.0-alpha.7
eldruin
released this
10 Feb 07:20
·
451 commits
to master
since this release
*** This is (also) an alpha release with breaking changes (sorry) ***
Added
Error
traits for CAN, SPI, I2C and Serial are implemented forInfallible
.
Fixed
- Fixed blanket impl of
DelayUs
not covering thedelay_ms
method.
Changed
spi
: traits now enforce all impls on the same struct (egTransfer
andWrite
) have the sameError
type.digital
: traits now enforce all impls on the same struct have the sameError
type.serial
: traits now enforce all impls on the same struct have the sameError
type.i2c
: traits now enforce all impls on the same struct have the sameError
type.i2c
: unify all traits into a singleI2c
trait.