Arduino Teensy++ 2.0 PWM pins assignments

arduinopwmteensy

I was wondering if anyone would be able to tell me what the pwm pin assignments for the Arduino Teensy++ 2.0. I have googled the assignments, however, I have tried two different boards and had an issues connecting to 0, 1, 24, 14, 15, 16 (as in they absolutely do not respond). We tried to use a different breadboard with no luck.

Best Answer

Any AVR pin function that starts with "OC" is capable of hardware PWM, therefore B4, B5, B6, B7, C4, C5, C6, D0, and D1 are all PWM-capable.