Skip to content

Commit

Permalink
1.1.1 add DRV8880 support
Browse files Browse the repository at this point in the history
  • Loading branch information
laurb9 committed Jun 30, 2017
1 parent ba3e7d1 commit d1bf6b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
StepperDriver KEYWORD1

BasicStepperDriver KEYWORD1
DRV8880 KEYWORD1
DRV8834 KEYWORD1
DRV8824 KEYWORD1
DRV8825 KEYWORD1
Expand All @@ -14,6 +15,7 @@ move KEYWORD2
rotate KEYWORD2
setRPM KEYWORD2
getRPM KEYWORD2
setCurrent KEYWORD2
enable KEYWORD2
disable KEYWORD2
startMove KEYWORD2
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=StepperDriver
version=1.1.0
version=1.1.1
author=Laurentiu Badea
maintainer=Laurentiu Badea
sentence=A4988, DRV8825 and generic two-pin stepper motor driver library.
paragraph=Control steppers via a driver board providing STEP+DIR. Microstepping is supported. Acceleration is supported. Supported drivers are A4988, DRV8824, DRV8825, DRV8834.
paragraph=Control steppers via a driver board providing STEP+DIR. Microstepping is supported. Acceleration is supported. Supported drivers are A4988, DRV8824, DRV8825, DRV8834, DRV8880.
category=Device Control
url=https://github.com/laurb9/StepperDriver
architectures=*

0 comments on commit d1bf6b6

Please sign in to comment.