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 d84543f commit 769b933Copy full SHA for 769b933
CHANGELOG.md
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
10
### Added
11
12
+- `Transactional` SPI interface for executing groups of SPI transactions.
13
+- `Transactional` I2C interface for executing groups of I2C transactions.
14
+- 10-bit addressing mode for I2C traits.
15
+- `set_state` method for `OutputPin` using an input `PinState` value.
16
+- `IoPin` trait for pins that can change between being inputs or outputs
17
+ dynamically.
18
19
### Changed
20
0 commit comments