Component: moteiv.tos.lib.sched.MainControlC

generic configuration MainControlC()

MainControl is a utility component for initializing and starting other configurations that provide the SplitControl or StdControl interface. The init and start functions are called at system boot. To use:

  components new MainControlC();
  components MySensorC;
  MainControlC -> MySensorC.SplitControl;
 

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

Uses
interface Init
interface SplitControl
interface StdControl

Wiring