Skip to content
ejoerns edited this page Oct 9, 2013 · 8 revisions

The INGA platform contains multiple sensors:

Can be controlled with the standard contiki sensor interace

General Usage

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);
Clone this wiki locally