Teensy 3.1, Servos and PWM

Status
Not open for further replies.

craiglindley

Well-known member
I've read that when using the Servo library on Teensy's certain pins will no longer support PWM. I'm trying to figure out which pins on the Teensy 3.1 won't work for PWM if I use the Servo library.

Anyone know the answer?

Thanks in advance
 
None.

On Teensy 3.1, the Servo library uses the PDB timer, which is unrelated to the PWM pins.

All of the PWM continue functioning normally, unless of course you attach the Servo library to those pins.
 
Status
Not open for further replies.
Back
Top