SLEEP control, bugfixes
Breaking Change
Library now expects SLEEP to be used as in the Pololu schematics, so the pin is driven HIGH to enable the driver. Previously the ENABLE pin was assumed to be connected, with opposite logic (LOW to enable). The library supports both modes now and you can get back the original behavior with setEnableActiveState(LOW)
#75
New Features
- added
getStepsCompleted()
,getStepsRemaining()
,getDirection()
#45 #57 - Motor and stepper parameters are exposed via getter methods (getSteps(), etc) #37