stepper icon indicating copy to clipboard operation
stepper copied to clipboard

Universal Stepper Motor Interface

Results 7 stepper issues
Sort by recently updated
recently updated
newest added

Currently, we have `Dir::Forward` and `Dir::Backward` and define them in terms of "this is the direction the motor moves in if DIR is set HIGH/LOW. I'm wondering if there's an...

type: enhancement
help wanted
topic: api

I'm currently prototyping, and I'm rarely interested in the specifics of an error presented by the library. Would there be any interesting in constraining the traits' associated `Error` types to...

Maybe worth mentioning, `[email protected]` removes `CountDown`, which this library depends on. https://github.com/rust-embedded/embedded-hal/pull/324

help wanted
topic: platform support

Hi, (No worries Hanno if you're busy :purple_heart: ) I'm using `stepper` and as far as I can tell with a logical analyzer, the actual pulse timings are always longer...

type: bug
help wanted
topic: motion control

The driver API does not have support for controlling the power stage or reading a fault. There's a bit of a difficulty here, since the same pin is used for...

type: enhancement
driver: stspin220

`SoftwareMotionControl` will quite happily accept a high target speed, and then just never reach it. I haven't investigated what all the limiting factors are, but I do know that compiling...

type: enhancement
topic: motion control

The STSPIN220 driver has support for forcing full-step mode, then returning to the previously selected mode. This is currently not supported in the API.

type: enhancement
help wanted
driver: stspin220