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 24854c8 commit ae11cf3Copy full SHA for ae11cf3
CHANGELOG.md
@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
13
fallible and their methods now return a `Result` type as setting an output pin
14
and reading an input pin could potentially fail.
15
See [here](https://github.com/rust-embedded/embedded-hal/issues/95) for more info.
16
+- Compatibility shims between `digital::v1` and `digital::v2` traits allowing v1 traits
17
+ to be implicitly promoted to v2, and for v2 traits to be explicitly cast to v1 wrappers.
18
19
### Changed
20
- The current versions of the `OutputPin`, `StatefulOutputPin`, `ToggleableOutputPin`
0 commit comments