marcosf63 / tlc5940arduino

Automatically exported from code.google.com/p/tlc5940arduino
0 stars 0 forks source link

TLC5940 Servo twitch when including I2C(TWI) #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make all 16 servo's move
2. Add Wire.H
3. Setup as slave {onReceive & onRequest)

What is the expected output? What do you see instead?
All servo's work fine without the Wire library, once the Wire library is added 
the servos twitch 5 degrees left and right every 500ms.  Even if nothing is 
being sent/received on the I2C buss.  Even when I don't instruct the servo's to 
move, they still twitch.

What version of the product are you using? On what operating system?
TLC5940_r014

Original issue reported on code.google.com by Bigbro1...@gmail.com on 15 Feb 2012 at 11:54