We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47df22c commit 0b64ff5Copy full SHA for 0b64ff5
CHANGELOG.md
@@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
13
- `spi`: Add `SpiDevice` trait to represent a single device in a (possibly shared) bus, with managed chip-select (CS) pin.
14
- `spi`: Clarify that implementations are allowed to return before operations are finished, add `flush` to wait until finished.
15
16
+### Removed
17
+- ADC traits: `adc::nb::OneShot` and `adc::nb::Channel`.
18
+
19
## [v1.0.0-alpha.7] - 2022-02-09
20
21
*** This is (also) an alpha release with breaking changes (sorry) ***
src/adc.rs
src/lib.rs
@@ -355,7 +355,6 @@
355
356
pub mod fmt;
357
pub use nb;
358
-pub mod adc;
359
pub mod can;
360
pub mod delay;
361
pub mod digital;
0 commit comments