46 #ifndef ZOUL_SENSORS_H_
47 #define ZOUL_SENSORS_H_
49 #include "lib/sensors.h"
51 #include "dev/button-sensor.h"
60 #define HW_INT_OVER_THRS 0x01
61 #define HW_INT_BELOW_THRS 0x02
62 #define HW_INT_DISABLE 0x03
63 #define ZOUL_SENSORS_CONFIGURE_TYPE_DECIMATION_RATE 0x0100
64 #define ZOUL_SENSORS_ERROR CC2538_SENSORS_ERROR
Generic header usable by all CC2538 sensor drivers.