aboutsummaryrefslogtreecommitdiff
path: root/embassy-traits/src/delay.rs
Commit message (Collapse)AuthorAgeFilesLines
* traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.Dario Nieuwenhuis2022-01-271-13/+0
|
* Fix missing lifetime boundsWilfried Chauveau2021-11-211-1/+3
|
* Clippy fixesDario Nieuwenhuis2021-10-181-2/+2
|
* Remove Pin from Delay traitDario Nieuwenhuis2021-04-141-3/+2
|
* Added remainder of the docs for embassy::time's public interface.Joshua Salzedo2021-03-211-0/+3
|
* traits: add delay traitxoviat2021-03-021-0/+9
delay allows downstream libraries to use async delay without depending on a specific delay implementation