Skip to content

embedded-hal-async release 0.2.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@eldruin eldruin released this 05 Apr 07:06
· 256 commits to master since this release
3a7c3ca

Added

  • Added a serial::Write trait.

Changed

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