stepper
                                
                                 stepper copied to clipboard
                                
                                    stepper copied to clipboard
                            
                            
                            
                        Latest embedded-hal@1 alpha removes CountDown
Maybe worth mentioning, [email protected] removes CountDown, which this library depends on.
https://github.com/rust-embedded/embedded-hal/pull/324
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.