Skip to content

SLEEP control, bugfixes

Compare
Choose a tag to compare
@laurb9 laurb9 released this 30 Jan 06:06
· 79 commits to master since this release

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

Bug Fixes

  • MultiDriver and SyncDriver fixes #39 #53