Contiki-Inga 3.x
|
This sensor interface allows to control the gyroscope of the INGA sensor platform. More...
Sensor values | |
#define | TEMP 0 |
Returns Temperature [C]. | |
#define | PRESS_H 2 |
Returns Pressure [High] [Pa]. | |
#define | PRESS_L 1 |
Returns Pressure [Low] [Pa]. | |
Configuration types | |
#define | PRESSURE_CONF_OPERATION_MODE 10 |
Selects the operation mode. More... | |
OPERATION_MODE values | |
#define | PRESSURE_MODE_ULTRA_LOW_POWER 0 |
#define | PRESSURE_MODE_STANDARD 1 |
#define | PRESSURE_MODE_HIGH_RES 2 |
#define | PRESSURE_MODE_ULTRA_HIGH_RES 3 |
This sensor interface allows to control the gyroscope of the INGA sensor platform.
acc_sensor.value(channel)
The sensor provides 3 data channels.
#define PRESSURE_CONF_OPERATION_MODE 10 |
Selects the operation mode.
Definition at line 89 of file pressure-sensor.h.