File tree 3 files changed +3
-84
lines changed
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/).
26
26
- ` i2c ` : unify all traits into a single ` I2c ` trait.
27
27
28
28
### Removed
29
- - Traits with unconstrained associated types and their modules (See: [ #324 ] ):
29
+ - Traits with unconstrained associated types and their modules (See: [ #324 ] , [ # 354 ] ):
30
30
- ` capture::Capture `
31
31
- ` pwm::Pwm `
32
32
- ` pwm::PwmPin `
33
+ - ` qei::Qei `
33
34
- ` timer::Cancel `
34
35
- ` timer::CountDown `
35
36
- ` timer::Periodic `
@@ -39,6 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
39
40
40
41
41
42
[ #324 ] : https://github.com/rust-embedded/embedded-hal/pull/324/
43
+ [ #354 ] : https://github.com/rust-embedded/embedded-hal/pull/354
42
44
43
45
## [ v1.0.0-alpha.6] - 2021-11-19
44
46
Original file line number Diff line number Diff line change @@ -360,7 +360,6 @@ pub mod can;
360
360
pub mod delay;
361
361
pub mod digital;
362
362
pub mod i2c;
363
- pub mod qei;
364
363
pub mod serial;
365
364
pub mod spi;
366
365
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments