rtic-monotonics: Implement blocking DelayUs from embedded-hal 1

This commit is contained in:
Nils Fitinghoff 2023-09-14 16:47:52 +02:00 committed by Emil Fresk
parent 54aec9b398
commit a2ec8f983c
7 changed files with 39 additions and 0 deletions

View file

@ -10,6 +10,7 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
### Added
- STM32 support.
- `embedded-hal` 1.0.0-rc.1 `DelayUs` support
## v1.1.0 - 2023-08-29