embedded-hal-async release 0.2.0-alpha.1
Pre-release
Pre-release
eldruin
released this
05 Apr 07:06
·
256 commits
to master
since this release
Added
- Added a
serial::Write
trait.
Changed
- Updated
embedded-hal
to version1.0.0-alpha.10
. - delay: make infallible.
- i2c: remove
_iter()
methods. - i2c: add default implementations for all methods based on
transaction()
. - spi: SpiDevice transaction now takes an operation slice instead of a closure