257: Added SPI transactional interface to changelog r=therealprof a=ryankurte

Missing from #191

cc. @therealprof 

Co-authored-by: ryan <ryan@kurte.nz>
This commit is contained in:
bors[bot]
2020-10-28 19:36:12 +00:00
committed by GitHub

View File

@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Added
- `Transactional` SPI interface for executing groups of SPI transactions
### Changed
@@ -19,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- 10-bit addressing mode for I2C traits.
- `try_set_state` method for `OutputPin` using an input `PinState` value.
- `Transactional` interface for grouping SPI transactions
### Changed