Closed
Description
File in question:
Line 32 in 1a4e096
Typically, HALs implement their own Delay. Given it only uses cortex-m peripheral, there's no reason HALs need to keep this; this cortex-m
library includes a delay.
However, it's dependent on embedded-hal::Delay
. Can we make the implementation native, and add EH as an optional add-on? This way, you don't need to import the trait, or include it in your project. I'll do a PR if approved.
Metadata
Metadata
Assignees
Labels
No labels