TinyOS millisecond timer service.
Compatible with TinyOS 1.x style timer.
TimerC is deprecated; please use TimerMilliC instead.
To use TimerC:
components TimerC; components MyAppM; MyAppM.Timer -> TimerC.Timer[unique("Timer")];