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 d784dea commit 5624009Copy full SHA for 5624009
CHANGELOG.md
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
11
- Added `IoPin` trait for pins that can change between being inputs or outputs
12
dynamically.
13
- Added `Debug` to all spi mode types.
14
+- `Error` traits for SPI, I2C and Serial traits. The error types used in those must
15
+ implement these `Error` traits, which implies providing a conversion to a common
16
+ set of error kinds. Generic drivers using these interfaces can then convert the errors
17
+ to this common set to act upon them.
18
19
### Changed
20
- Swap PWM channel arguments to references
0 commit comments