File tree Expand file tree Collapse file tree 3 files changed +3
-115
lines changed Expand file tree Collapse file tree 3 files changed +3
-115
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
13
13
- ` spi ` : Add ` SpiDevice ` trait to represent a single device in a (possibly shared) bus, with managed chip-select (CS) pin.
14
14
- ` spi ` : Clarify that implementations are allowed to return before operations are finished, add ` flush ` to wait until finished.
15
15
16
+ ### Removed
17
+ - ADC traits: ` adc::nb::OneShot ` and ` adc::nb::Channel ` .
18
+
16
19
## [ v1.0.0-alpha.7] - 2022-02-09
17
20
18
21
** * This is (also) an alpha release with breaking changes (sorry) ** *
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 355
355
356
356
pub mod fmt;
357
357
pub use nb;
358
- pub mod adc;
359
358
pub mod can;
360
359
pub mod delay;
361
360
pub mod digital;
You can’t perform that action at this time.
0 commit comments