Timer Library for Arduino DUE

I also have a timer library I have been working on. It can be found here: GitHub - SomeRandomGuy/DueTimer: Timer Library for the Arduino Due

ivanseidel's library is a very nice implementation!

I have a function that picks the clock that will produce the smallest error for the frequency entered by the user. I am curious how helpful that will be.

Would also appreciate some thoughts and feedback.

Cheers!

SomeRandomGuy