|
Contiki 3.x
|
Generic module controlling sensors on CC26XX Sensortag. More...
#include "contiki.h"#include "sensortag/button-sensor.h"#include "sensortag/bmp-280-sensor.h"#include "sensortag/tmp-007-sensor.h"#include "sensortag/opt-3001-sensor.h"#include "sensortag/hdc-1000-sensor.h"#include "sensortag/mpu-9250-sensor.h"#include "sensortag/reed-relay.h"#include <string.h>Go to the source code of this file.
Variables | |
| SENSORS & | button_left_sensor |
| Exports a global symbol to be used by the sensor API. | |
Generic module controlling sensors on CC26XX Sensortag.
Definition in file sensortag-sensors.c.
1.8.6