Component: moteiv.tos.lib.timer.TimerC

configuration TimerC

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")];
 

Author:
Cory Sharp, Moteiv Corporation <info@moteiv.com>

Provides
interface StdControl
interface Timer[uint8_t]
interface TimerMilli[uint8_t]

Wiring