Skip to content

Releases: sergio1990/stepper_rpi

v0.3.0

27 Nov 18:31
Compare
Choose a tag to compare
  • Added support for the DRV8825 driver
  • The DRV8825 driver implementation supports both software and hardware PWM
  • Extended the GPIO adapter interface with the method to initialize the PWM channel

v0.2.2

17 Sep 11:59
Compare
Choose a tag to compare

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

18 Jul 21:12
Compare
Choose a tag to compare

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

09 Feb 21:22
Compare
Choose a tag to compare
Bump version to v0.2.0

v0.1.0

08 Feb 20:18
Compare
Choose a tag to compare
Set required ruby version