Open GoogleCodeExporter opened 9 years ago
Hi ... I experience same problem here
is any solution for this problem ?
Original comment by sargon...@gmail.com
on 11 Jan 2012 at 8:30
Try different values for SERVO_MIN_WIDTH and SERVO_MAX_WIDTH.
For example,
#define SERVO_MIN_WIDTH 190
#define SERVO_MAX_WIDTH 450
#include <tlc_servos.h>
...
Original comment by acle...@gmail.com
on 11 Jan 2012 at 8:59
thank you very much
for HS-311 servo works great with
#ifndef SERVO_MIN_WIDTH
/** The 1ms pulse width for zero degrees (0 - 4095). */
#define SERVO_MIN_WIDTH 110
#endif
#ifndef SERVO_MAX_WIDTH
/** The 2ms pulse width for 180 degrees (0 - 4095). */
#define SERVO_MAX_WIDTH 474
#endif
Original comment by sargon...@gmail.com
on 11 Jan 2012 at 9:31
Original issue reported on code.google.com by
brunotij...@gmail.com
on 30 Nov 2011 at 12:17