hannobraun / stepper

Universal Stepper Motor Interface
Other
107 stars 17 forks source link

Latest embedded-hal@1 alpha removes CountDown #137

Open ahdinosaur opened 2 years ago

ahdinosaur commented 2 years ago

Maybe worth mentioning, embedded-hal@1.0.0-alpha.7 removes CountDown, which this library depends on.

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

hannobraun commented 2 years ago

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.