Release 1.0.0-alpha.8
·
496 commits
to master
since this release
*** This is (also) an alpha release with breaking changes (sorry) ***
Changed
- The Minimum Supported Rust Version (MSRV) is now 1.54.0
spi: unify all traits intoSpiReadBus,SpiWriteBusandSpiBus(read-write).spi: AddSpiDevicetrait to represent a single device in a (possibly shared) bus, with managed chip-select (CS) pin.spi: Clarify that implementations are allowed to return before operations are finished, addflushto wait until finished.
Removed
- ADC traits:
adc::nb::OneShotandadc::nb::Channel.