Interface: moteiv.tos.sensorboards.invent.SensorInterrupt
interface SensorInterrupt
Generic interface for handing an interrupt from Tmote Invent
- Author:
-
Joe Polastre, Moteiv Corporation <info@moteiv.com>
Commands
command result_t disable()
command result_t enable()
Events
event void fired()
Commands - Details
disable
command result_t disable()
- Returns:
-
FAIL if the system cannot disable the interrupt.
enable
command result_t enable()
- Returns:
-
FAIL if the system cannot enable the interrupt.
Events - Details
fired
event void fired()