Set Arduino Mega PWM to 95khz and up?

Hey guys,

I need a pin on my board to generate a square wave function (or close to it) at 95khz and although I can generate that with a digital out pin, I also need my microcontroller doing other things during that time which then slows down the signal. I'd like to be able to adjust one of the PWM pins to 95khz since those run in the background and don't get affected by code in the main loop.

Your help is much appreciated!

Ugh, nevermind, I got it. Delete this thread!