File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
name =Servo Hardware PWM
2
- version =1.2.1
2
+ version =1.3.0
3
3
author =Daniel Duller <daniel.duller@gmx.net>
4
4
maintainer =Daniel Duller <daniel.duller@gmx.net>
5
5
sentence =Allows Arduino/Genuino Mega boards to control up to 9 servos with the integrated 16-bit hardware PWM timer/counter.
Original file line number Diff line number Diff line change 71
71
#error "ERROR: This library only supports boards with an ATmega1280 or ATmega2560 processor. (Arduino/Genuino Mega/Mega1280/Mega2560)"
72
72
#endif
73
73
74
- #define Servo_VERSION 1.2.1 // software version of this library
74
+ #define Servo_VERSION 1.3.0 // software version of this library
75
75
76
76
#define MIN_PULSE_WIDTH 500 // the shortest pulse sent to a servo
77
77
#define MAX_PULSE_WIDTH 2500 // the longest pulse sent to a servo
You can’t perform that action at this time.
0 commit comments