The 'TMR' project is a simple program for the MAX32660
microcontroller demonstrating the usage of the 32-Bit
Timers.

Example functionality:
 - Timer 0 is configured for PWM mode and outputs a
   75% duty cycle PWM signal.

 - Timer 2 is configured in One-Shot mode and LED1 is turned on.
   - When the One-Shot period expires (3 seconds), LED1 is turned off.

 - Timer 1 is configured in Continuous Timer mode and
   toggles LED1 on a 1 second period.

