stepper icon indicating copy to clipboard operation
stepper copied to clipboard

Latest embedded-hal@1 alpha removes CountDown

Open ahdinosaur opened this issue 3 years ago • 1 comments

Maybe worth mentioning, [email protected] removes CountDown, which this library depends on.

https://github.com/rust-embedded/embedded-hal/pull/324

ahdinosaur avatar Apr 21 '22 12:04 ahdinosaur

Thanks for letting me know, @ahdinosaur. That's certainly a problem.

I wouldn't expect this situation to resolve itself near-term, so just sitting the problem out is probably not a solution. We might need to define our own traits and require users to implement them on their target platform.

Unfortunately I don't have much capacity to deal with this issue. This is something that would need to be driven by contributors.

hannobraun avatar Apr 21 '22 15:04 hannobraun