Release 1.0.0-alpha.8
eldruin
released this
15 Apr 07:08
·
420 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
,SpiWriteBus
andSpiBus
(read-write).spi
: AddSpiDevice
trait 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, addflush
to wait until finished.
Removed
- ADC traits:
adc::nb::OneShot
andadc::nb::Channel
.