Skip to content

Commit 87d1a42

Browse files
committed
Bump Version
1 parent 48d11f2 commit 87d1a42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Servo Hardware PWM
2-
version=1.2.1
2+
version=1.3.0
33
author=Daniel Duller <daniel.duller@gmx.net>
44
maintainer=Daniel Duller <daniel.duller@gmx.net>
55
sentence=Allows Arduino/Genuino Mega boards to control up to 9 servos with the integrated 16-bit hardware PWM timer/counter.

src/Servo_Hardware_PWM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
#error "ERROR: This library only supports boards with an ATmega1280 or ATmega2560 processor. (Arduino/Genuino Mega/Mega1280/Mega2560)"
7272
#endif
7373

74-
#define Servo_VERSION 1.2.1 //software version of this library
74+
#define Servo_VERSION 1.3.0 //software version of this library
7575

7676
#define MIN_PULSE_WIDTH 500 //the shortest pulse sent to a servo
7777
#define MAX_PULSE_WIDTH 2500 //the longest pulse sent to a servo

0 commit comments

Comments
 (0)