Embedded-hal-async Release 0.1.0-alpha.1
·
472 commits
to master
since this release
Changed
- spi: device helper methods (
read,write,transfer...) are now default methods inSpiDeviceinstead of anSpiDeviceExtextension trait. - spi: the
SpiDevice::transactionclosure now gets a raw pointer to theSpiBusto work around Rust borrow checker limitations.