hannobraun / stepper

Universal Stepper Motor Interface
Other
107 stars 17 forks source link

Add compability code to broaden platform support #122

Closed hannobraun closed 3 years ago

hannobraun commented 3 years ago

This is currently blocked on https://github.com/FluenTech/embedded-time/pull/101 and a new release of embedded-time.

hannobraun commented 3 years ago

CI fails because the test stand hasn't been updated. I'll take care of that once this PR is no longer blocked.

hannobraun commented 3 years ago

Looks like embedded-hal-compat does something very similar: https://crates.io/crates/embedded-hal-compat

It doesn't cover the embedded-time conversion though (and why should it), so most of this PR is still needed.

hannobraun commented 3 years ago

Pull request updated. No longer blocked on upstream PR. Now it's blocked on a new release of embedded-time instead.