资 源 简 介
Supports functions such as:
* alarm_action() - setup function as timer handler
* _alarm() - setup new alarm
* alarm() - the same but wrapped with cli()/sei()
* tclock() - like standard C"s clock() but use timer number timer.
* millis() - mseconds from last call
* micros() - useconds from last call
* etc...
Implemented for AVR Atmega128. All prototypes are in timers.h. Before use call init_timers() first!
Tested with WinAVR-20100110.