Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dadul96 authored Jun 2, 2019
1 parent 6387dab commit 2cffac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Servo_Hardware_PWM.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
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.
Created by Daniel Duller, 11. January, 2019.
Changed by Daniel Duller, 14. January, 2019.
Changed by Daniel Duller, 02. July, 2019.
###############################################################################
MIT License
Expand Down Expand Up @@ -53,7 +53,7 @@
#error "This library only supports boards with an AVR processor."
#endif

#define Servo_VERSION 1.0.1 //software version of this library
#define Servo_VERSION 1.0.2 //software version of this library

#define MIN_PULSE_WIDTH 500 //the shortest pulse sent to a servo
#define MAX_PULSE_WIDTH 2500 //the longest pulse sent to a servo
Expand Down

0 comments on commit 2cffac2

Please sign in to comment.