Embedded-hal-async Release 0.1.0-alpha.1
·
413 commits
to master
since this release
Changed
- spi: device helper methods (
read
,write
,transfer
...) are now default methods inSpiDevice
instead of anSpiDeviceExt
extension trait. - spi: the
SpiDevice::transaction
closure now gets a raw pointer to theSpiBus
to work around Rust borrow checker limitations.