I can see that if you tried software PWM through pins 9-11 it wouldn't be any different than using any of the other digital pins. But I thought that pins 9-11 did hardware PWM through the analogWrite() function in the regular Arduino C. Am I wrong on this?
Do you mean that hardware PWM on those pins hasn't yet been implemented with Firmata?
D
On 20/10/06, Martin Peach martin.peach@sympatico.ca wrote:
I tried both sending PWM from ports 9,10 or 11 (the Amtel-built-in pwm) and generating some software pwm on other digital out ports.
I don't think the arduino implements hardware pwm yet, so it doesn't matter which pin you use.