I'm working with a Teensy2++, which has an AT90USB1287 onboard. Looking at the datasheet, I've got 4 Timers, but it looks like they all use the same prescaler. I assume I can use all 4 timers independently of each other, at the same time, but are there any caveats to watch out for while doing this? I've glanced through Dean's Timer Tutorial, but it doesn't talk about using more than one timer at the same time, and I haven't been able to find much else on the topic.
Thanks!