Skip to content

Embedded-hal-async Release 0.1.0-alpha.1

Compare
Choose a tag to compare
@eldruin eldruin released this 26 May 07:41
· 390 commits to master since this release
ebf1c12

Changed

  • spi: device helper methods (read, write, transfer...) are now default methods in SpiDevice instead of an SpiDeviceExt extension trait.
  • spi: the SpiDevice::transaction closure now gets a raw pointer to the SpiBus to work around Rust borrow checker limitations.