Society of Robots - Robot Forum

Software => Software => Topic started by: ecaits on August 18, 2015, 03:04:47 AM

Title: TLC5940 + Servos in microseconds control???
Post by: ecaits on August 18, 2015, 03:04:47 AM
I have started to work on TLC5940NT to control the multiple servos through arduino uno.
Generally we are providing rotation of angle by below given program line.

tlc_setServo(SERVO_CHANNEL, angle);

But I want to provide command in form of ServoWriteMicroseconds to measure the exact rotation of angle.

But in TLC library, there is no such a command.

So how can control the TLC servo by microseconds???