1 parent 48d11f2 commit 87d1a42Copy full SHA for 87d1a42
2 files changed
library.properties
@@ -1,5 +1,5 @@
1
name=Servo Hardware PWM
2
-version=1.2.1
+version=1.3.0
3
author=Daniel Duller <daniel.duller@gmx.net>
4
maintainer=Daniel Duller <daniel.duller@gmx.net>
5
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
@@ -71,7 +71,7 @@
71
#error "ERROR: This library only supports boards with an ATmega1280 or ATmega2560 processor. (Arduino/Genuino Mega/Mega1280/Mega2560)"
72
#endif
73
74
-#define Servo_VERSION 1.2.1 //software version of this library
+#define Servo_VERSION 1.3.0 //software version of this library
75
76
#define MIN_PULSE_WIDTH 500 //the shortest pulse sent to a servo
77
#define MAX_PULSE_WIDTH 2500 //the longest pulse sent to a servo
0 commit comments