We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93249ed commit 24ee6e4Copy full SHA for 24ee6e4
CHANGELOG.md
@@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
14
- Fixed blanket impl of `DelayUs` not covering the `delay_ms` method.
15
### Changed
16
- `spi`: traits now enforce all impls on the same struct (eg `Transfer` and `Write`) have the same `Error` type.
17
+- `spi/blocking`: unified traits into `Read`, `Write`, `ReadWrite`.
18
+- `spi/blocking`: renamed Transactional `exec` to `batch`.
19
+- `spi/blocking`: Added `read_batch`, `write_batch` methods.
20
21
## [v1.0.0-alpha.6] - 2021-11-19
22
0 commit comments