forked from ejoerns/contiki-inga
-
Notifications
You must be signed in to change notification settings - Fork 13
Sensors
Enrico Joerns edited this page Aug 29, 2013
·
8 revisions
The INGA platform contains multiple sensors:
- Accelerometer
- [[Gyroscope]
- [[Pressure/Temperature sensor]
- [[Battery sensor]
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);