File tree Expand file tree Collapse file tree 3 files changed +3
-84
lines changed Expand file tree Collapse file tree 3 files changed +3
-84
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2626- ` i2c ` : unify all traits into a single ` I2c ` trait.
2727
2828### Removed
29- - Traits with unconstrained associated types and their modules (See: [ #324 ] ):
29+ - Traits with unconstrained associated types and their modules (See: [ #324 ] , [ # 354 ] ):
3030 - ` capture::Capture `
3131 - ` pwm::Pwm `
3232 - ` pwm::PwmPin `
33+ - ` qei::Qei `
3334 - ` timer::Cancel `
3435 - ` timer::CountDown `
3536 - ` timer::Periodic `
@@ -39,6 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3940
4041
4142[ #324 ] : https://github.com/rust-embedded/embedded-hal/pull/324/
43+ [ #354 ] : https://github.com/rust-embedded/embedded-hal/pull/354
4244
4345## [ v1.0.0-alpha.6] - 2021-11-19
4446
Original file line number Diff line number Diff line change @@ -360,7 +360,6 @@ pub mod can;
360360pub mod delay;
361361pub mod digital;
362362pub mod i2c;
363- pub mod qei;
364363pub mod serial;
365364pub mod spi;
366365
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments