embedded-hal-async release 0.2.0-alpha.2
Pre-release
Pre-release
eldruin
released this
05 Jul 16:17
·
238 commits
to master
since this release
Added
- spi: added
Operation::DelayUs(u32)
.
Changed
- Updated
embedded-hal
to version1.0.0-alpha.11
. - spi: removed redundant lifetime annotations. Note that recent nightlies care about them and require impls to match, so you might have to adjust them.
Removed
- spi: removed read-only and write-only traits.