Skip to content

Commit 7e798fc

Browse files
committed
bumped version numbers
1 parent 9000198 commit 7e798fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.0
2+
version=1.2.1
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 6 servos with the integrated 16-bit hardware PWM timer/counter.

src/Servo_Hardware_PWM.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Servo_Hardware_PWM.h - This Library allows Arduino/Genuino Mega boards to control up to 6 servos with the integrated 16-bit hardware PWM timer/counter.
33
Created by Daniel Duller, 11. January, 2019.
4-
Changed by Daniel Duller, 11. October, 2019.
4+
Changed by Daniel Duller, 14. October, 2019.
55
66
###############################################################################
77
MIT License
@@ -73,7 +73,7 @@
7373
#error "ERROR: This library only supports boards with an ATmega1280 or ATmega2560 processor. (Arduino/Genuino Mega/Mega1280/Mega2560)"
7474
#endif
7575

76-
#define Servo_VERSION 1.2.0 //software version of this library
76+
#define Servo_VERSION 1.2.1 //software version of this library
7777

7878
#define MIN_PULSE_WIDTH 500 //the shortest pulse sent to a servo
7979
#define MAX_PULSE_WIDTH 2500 //the longest pulse sent to a servo

0 commit comments

Comments
 (0)