mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
rtic-sync: add I2C Arbiter to changelog
This commit is contained in:
parent
8bb084ebbb
commit
e8667d7872
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ For each category, _Added_, _Changed_, _Fixed_ add new entries at the top!
|
|||
### Added
|
||||
|
||||
- `arbiter::spi::ArbiterDevice` for sharing SPI buses using `embedded-hal-async`
|
||||
- `arbiter::i2c::ArbiterDevice` for sharing I2C buses using `embedded-hal-async`
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
Loading…
Reference in a new issue