From 0f90951ab283844e8b98f11d3c2d010edb6af871 Mon Sep 17 00:00:00 2001 From: pritijha2224 <44172441+pritijha2224@users.noreply.github.com> Date: Tue, 16 Oct 2018 20:43:55 +0530 Subject: [PATCH] Update VarSpeedServo.h --- VarSpeedServo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VarSpeedServo.h b/VarSpeedServo.h index f3141eb..64656ce 100644 --- a/VarSpeedServo.h +++ b/VarSpeedServo.h @@ -116,7 +116,7 @@ typedef enum { _timer1, _Nbr_16timers } timer16_Sequence_t ; #define MIN_PULSE_WIDTH 544 // the shortest pulse sent to a servo #define MAX_PULSE_WIDTH 2400 // the longest pulse sent to a servo -#define DEFAULT_PULSE_WIDTH 1500 // default pulse width when servo is attached +// #define DEFAULT_PULSE_WIDTH 1500 // default pulse width when servo is attached #define REFRESH_INTERVAL 20000 // minumim time to refresh servos in microseconds #define SERVOS_PER_TIMER 12 // the maximum number of servos controlled by one timer