File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -8,20 +8,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
## [ Unreleased]
9
9
10
10
### Changed
11
-
12
11
- Use ` u8 ` as default SPI as Serial Word type
12
+ - The Minimum Supported Rust Version (MSRV) is now 1.46.0
13
13
14
14
### Added
15
15
- Added ` Can ` Controller Area Network traits.
16
16
- ` Error ` traits for SPI, I2C and Serial traits. The error types used in those must
17
17
implement these ` Error ` traits, which implies providing a conversion to a common
18
18
set of error kinds. Generic drivers using these interfaces can then convert the errors
19
19
to this common set to act upon them.
20
- - The ` NoAcknowledgeAddress ` and ` NoAcknowledgeData ` variants of the I2C ` Error `
21
- trait have been merged into ` NoAcknowledge ` with a ` NoAcknowledgeSource ` field
22
- to differentiate between the two events. An additional ` Unknown ` variant is
23
- provided in ` NoAcknowledgeSource ` for devices that can't differentiate between
24
- the two events.
25
20
26
21
### Removed
27
22
- Removed ` DelayMs ` in favor of ` DelayUs ` with ` u32 ` as type for clarity.
You can’t perform that action at this time.
0 commit comments