Closed
Description
Original by Shannon Parks:
We may have some errors on the Arduino Micro page regarding the PWM pins. The schematic and the ArduinoMicro_pinout.png image spec 8 PWM pins, and they are: 4,5,6,9,10,11,12 & 13. So the following line seems to need updating (some appear to be 8-bit, some 16-bit):
“PWM: 3, 5, 6, 9, 10, 11, and 13. Provide 8-bit PWM output with the analogWrite() function.”
Also the summary line specs 7 channels, instead of 8.