rtic-sync: Add SPI bus sharing with arbiter

This commit is contained in:
Nils Fitinghoff 2023-10-09 16:55:55 +02:00 committed by Emil Fresk
parent 96e7704487
commit ff5cad9cd2
4 changed files with 90 additions and 0 deletions

View file

@ -9,6 +9,8 @@ For each category, _Added_, _Changed_, _Fixed_ add new entries at the top!
### Added
- `arbiter::spi::ArbiterDevice` for sharing SPI buses using `embedded-hal-async`
### Changed
### Fixed