33 #include "lib/sensors.h"
35 #include "dev/radio-sensor.h"
37 const struct sensors_sensor radio_sensor;
45 case RADIO_SENSOR_LAST_PACKET:
46 return cc2420_last_correlation;
47 case RADIO_SENSOR_LAST_VALUE:
49 return cc2420_last_rssi;
54 configure(
int type,
int c)
56 if(type == SENSORS_ACTIVE) {
74 SENSORS_SENSOR(radio_sensor, RADIO_SENSOR,
75 value, configure, status);