Hi,
does anyone knows about an incompatibility between the usage of the Ardumoto shield (which uses pins 10 11 12 and 13) and the attach() method of the servo lib.
I built a small robot powered by 2 DC motors, and I want now to add further functionality by attaching a servo.
The Hardware (and software) works exactly as expected when I'm either testing the DC motors or the servo, separately.
The problem emerges when I try to make them work together. As soon as I use the attach() method - regardless of the pin - one of the DC motors, always the same....for the lack of a better word....goes into a disable status!
...any ideas? Has anyone ever seen the same issue? Is this a known limitation? Can it be overridden even if it means rewriting part of the servo lib?
BTW - I'm using the Arduino Duemilanove and the Ardumoto shield, as stated before
Thanks!