Hello all,
I'm trying to use the new Servo library in Arduino 0017 with the PCINT code found in the Arduino Playground. I'm reading R/C receiver outputs in pins 2,4,5,6,7,8 with PCINT and driving servos on pins 12 and 13 using the Serovo library. When I read the receiver outputs, I noticed some jitter on the servos on pins 12 and 13. Is there some incompatibility between PCINT and the Servo library to consider (such as a shared timer or something?). I'm also using analogWrite (to drive brushless motors with ESC's) on pins 3,9,10 and 11 (that part works great).
Thanks!