mirror of
https://github.com/rust-embedded/embedded-hal.git
synced 2026-03-19 13:43:55 +00:00
Merge #257
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user