Skip to content

Commit

Permalink
Update Servo_Hardware_PWM.h
Browse files Browse the repository at this point in the history
  • Loading branch information
dadul96 authored May 14, 2019
1 parent de71b8a commit be29f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Servo_Hardware_PWM.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#error "This library only supports boards with an AVR processor."
#endif

#define Servo_VERSION 1.0.0 //software version of this library
#define Servo_VERSION 1.0.1 //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 be29f7f

Please sign in to comment.