Releases: sergio1990/stepper_rpi
Releases · sergio1990/stepper_rpi
v0.3.0
v0.2.2
The motor and drivers classes were refactored in a way that the motor class just plays a role of a facade around the concrete driver, but the whole stepping logic entirely depends on the implementation of a particular driver instead of being located in the motor itself.
v0.2.1
Enhance the GPIO adapter interface by the cleanup_pin
method which is supposed to be called from the driver's disconnect
method
v0.2.0
Bump version to v0.2.0
v0.1.0
Set required ruby version