Interface: tos.interfaces.McuPowerState

interface McuPowerState

Interface to instruct TinyOS that the low-power state of the MCU may have changed. TEP 112 describes how an MCU computes this state and how the Scheduler uses this interface to manage system power draw.

Author:
Philip Levis
Date:
Oct 26, 2005
See:
TEP 112: Microcontroller Power Management

Commands
command void update() Called by any component to tell TinyOS that the MCU low power state may have changed.

Commands - Details

update

command void update()

Called by any component to tell TinyOS that the MCU low power state may have changed. Generally, this should be called whenever a peripheral/timer is started/stopped.