I have some confusion about PWM pins given the information from your page:
http://arduino.cc/en/Main/ArduinoBoardNano There, in the
Input and Output section it says, "PWM: 3, 5, 6, 9, 10, and 11. Provide 8-bit PWM output with the analogWrite() function." However, pin 3 is Reset.
In the bullet points above and below the word 'pins' were used to describe other functions. But if that is so, for the Nano 3.0 at least, that has to be wrong.
Are they there, unlike the bullets just above and below, talking about D3,D5,D6, etc instead? I am very new to Arduino and am planning to start with the latest Nano 3.0 version.
But I want to sketch out my circuits completely before purchasing it.
ALSO: On the
http://arduino.cc/en/Reference/AnalogWrite page, mentions "On most Arduino boards (those with the ATmega168 or ATmega328), this function works on pins 3, 5, 6, 9, 10, and 11." It does show that the Mega is different. But nothing about the Nano 3. It also mentions in the
Notes and Known Issues section that "pins 5 and 6 will have higher-than-expected duty cycles", is this STILL true for the Nano v3?
I think that the information has just not been updated on the original web site pages to reflect the differences in the Nano pin numbering. Or did I miss something? help!
Thanks beforehand for your future responses