PWM Question

I am currently using MSTimer2 library in my project. I now need to implement a half bridge with pin 3 and 11. My question is does using this library change the PWM frequency or my ability to use fast PWM mode? I see pins 3 and 11 are controlled by timer 2.

ANY help would be appreciated.

Without looking at it too closely, I would expect that the library will prevent PWM from working on those pins.

Choose different pins or choose a different timer.