41 #include "dev/vib-sensor.h"
43 const struct sensors_sensor vib_sensor;
44 static unsigned int vib;
48 vib_sensor_changed(
void)
51 sensors_changed(&vib_sensor);
61 configure(
int type,
int c)
72 SENSORS_SENSOR(vib_sensor, VIB_SENSOR,
73 value, configure, status);