forked from ejoerns/contiki-inga
-
Notifications
You must be signed in to change notification settings - Fork 13
Sensors
ejoerns edited this page Oct 9, 2013
·
8 revisions
The INGA platform contains multiple sensors:
Can be controlled with the standard contiki sensor interace
Activate sensor
SENSORS_ACTIVATE(sensor_name);
Deactivate sensor
SENSORS_DEACTIVATE(sensor_name);
Configure sensor
sensor_name.configure(type, value);
Readout sensor
sensor_name.value(NAME);