Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
dadul96 committed Nov 16, 2019
1 parent 48d11f2 commit 87d1a42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Servo Hardware PWM
version=1.2.1
version=1.3.0
author=Daniel Duller <[email protected]>
maintainer=Daniel Duller <[email protected]>
sentence=Allows Arduino/Genuino Mega boards to control up to 9 servos with the integrated 16-bit hardware PWM timer/counter.
Expand Down
2 changes: 1 addition & 1 deletion src/Servo_Hardware_PWM.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
#error "ERROR: This library only supports boards with an ATmega1280 or ATmega2560 processor. (Arduino/Genuino Mega/Mega1280/Mega2560)"
#endif

#define Servo_VERSION 1.2.1 //software version of this library
#define Servo_VERSION 1.3.0 //software version of this library

#define MIN_PULSE_WIDTH 500 //the shortest pulse sent to a servo
#define MAX_PULSE_WIDTH 2500 //the longest pulse sent to a servo
Expand Down

0 comments on commit 87d1a42

Please sign in to comment.