Component: moteiv.tos.lib.timer.TimerMilliC

generic configuration TimerMilliC()

TinyOS millisecond timer service.

Compatible with TinyOS 2.x interfaces and TEP 102.

To use TimerMilliC:

  components new TimerMilliC();
  components MyAppM;
  MyAppM.Timer2 -> TimerMilliC;
 

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

Provides
interface Timer2<TMilli> as Timer

Wiring