44 #include <sys/ioctl.h> 49 #define ACCEL_BASE_DEVICE_PATH "/dev/accel" 51 #include <uORB/topics/sensor_accel.h> 69 #define _ACCELIOCBASE (0x2100) 70 #define _ACCELIOC(_n) (_PX4_IOC(_ACCELIOCBASE, _n)) 73 #define ACCELIOCSSCALE _ACCELIOC(5) uORB published object driver.
accel scaling factors; Vout = Vscale * (Vin + Voffset)
Definition: drv_accel.h:54
Common sensor API and ioctl definitions.