Lib MegaTimers: Pin 9/10 not included

Hi Arduino friends,

I am using MegaTimers lib and I have noticed that PIN 9 + 10 have an issue and do not provide higher frequencies.
May the code has an issue or they just not capable. Is there an experienced "timers hacker" who can help?
The author unfurtunatley did not responded on mails.

Regards Alexander

On the Mega pins 9 and 10 are controlled by timer2 which is an 8-bit timer. The
MegaTimers library, I am guessing, works only for all the identical 16 bit timers on the
Mega, namely timer1/3/4/5

Hi MarkT,

thx for your response. Any idea how i can configure timer2?

Regards Alex