fremoclock
1_3A01
FREMO Clock - Software for UTG
|
Here are some notes about the usage of Timer.h and Timer.c.
This implementation of timers allows you to have as many timers as needed. Only one HW timer is used. As many SW-Timers as you need can be used. You need a local timer variable (uint32_t) to manage your timer. There is no interrupt or event driven behaviour as the timers are not managed centrally. You need to poll the timer status.
This implementation has the following limitations:
Following example shows the usage of the Timer module functions: