Skip to content

Commit 71b6df1

Browse files
committed
- bumped version numbers
- changed date of last modification
1 parent 6e62a15 commit 71b6df1

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

examples/Servo_Sweep/Servo_Sweep.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* Servo Sweep
2-
by Daniel Duller 12. January 2019
2+
Created by Daniel Duller, 12. January, 2019.
3+
Changed by Daniel Duller, 11. October, 2019.
34
This example code is in the public domain.
45
*/
56

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.0.1
2+
version=1.2.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 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, 14. January, 2019.
4+
Changed by Daniel Duller, 11. October, 2019.
55
66
###############################################################################
77
MIT License
@@ -71,7 +71,7 @@
7171
#error "This library only supports boards with an AVR processor."
7272
#endif
7373

74-
#define VERSION 1.0.1 //software version of this library
74+
#define VERSION 1.2.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)