PaulStoffregen/TimerOne

PWM on Arduino Micro?

dmemphis opened this issue · 4 comments

On Arduino Micro:
Basic timer invocation of attached routine seems fine.
Controlling PWM isn't working. Can't make the pins change
value. Isn't this supposed to be like Leonardo?

FYI - using pins 9,10,11

FYI- 9,10 are working, 11 is not. Suspect the lib thinks its on an UNO / 328P IC?

FYI: AVR_ATmega32U4 is not defined.

Never mind. It might have been operator error or the 1.6.7 IDE versions.
I managed to upgrade to 1.8.0. Now I have pin 11 working.