Skip to content

embedded-hal-async release 0.2.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@eldruin eldruin released this 05 Jul 16:17
· 238 commits to master since this release
7e119bd

Added

  • spi: added Operation::DelayUs(u32).

Changed

  • Updated embedded-hal to version 1.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.