Component: moteiv.tos.lib.sched.TinySchedulerC

configuration TinySchedulerC

The TinyOS scheduler. It provides two interfaces: Scheduler, for TinyOS to initialize and run tasks, and TaskBasic, the simplext class of TinyOS tasks (reserved always at-most-once posting, FIFO, parameter-free). For details and information on how to replace the scheduler, refer to TEP 106.

Author:
Phil Levis
Date:
August 7 2005

Provides
interface Counter<T32khz, uint32_t> as McuActiveTime
interface Scheduler
interface TaskBasic[uint8_t]

Wiring