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 a5ab6a6 commit f7fe5bbCopy full SHA for f7fe5bb
CHANGELOG.md
@@ -11,7 +11,7 @@ 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
-- Added blanket impls for references.
+- Add impls of all traits for references (`&T` or `&mut T` depending on the trait) when `T` implements the trait.
15
16
### Changed
17
- Swap PWM channel arguments to references
0 commit comments