34 #include "lib/sensors.h"
36 #include "dev/radio-sensor.h"
38 const struct sensors_sensor radio_sensor;
46 case RADIO_SENSOR_LAST_PACKET:
47 return cc2420_last_correlation;
48 case RADIO_SENSOR_LAST_VALUE:
50 return cc2420_last_rssi;
55 configure(
int type,
int c)
57 if(type == SENSORS_ACTIVE) {
75 SENSORS_SENSOR(radio_sensor, RADIO_SENSOR,
76 value, configure, status);