Interface: tos.interfaces.McuSleep

interface McuSleep

Interface to instruct the MCU to enter a low power state. TEP112 describes how an MCU computes this state and how the Scheduler uses this interface to manage system power draw.

Author:
Philip Levis
Martin Turon <mturon@xbow.com>
Date:
Oct 26, 2005

Commands
command void sleep() Called by the scheduler to put the MCU to sleep.

Commands - Details

sleep

command void sleep()

Called by the scheduler to put the MCU to sleep. *