44 #include <sys/ioctl.h> 49 #define GYRO_BASE_DEVICE_PATH "/dev/gyro" 51 #include <uORB/topics/sensor_gyro.h> 67 #define _GYROIOCBASE (0x2300) 68 #define _GYROIOC(_n) (_PX4_IOC(_GYROIOCBASE, _n)) 71 #define GYROIOCSSCALE _GYROIOC(4) uORB published object driver.
gyro scaling factors; Vout = (Vin * Vscale) + Voffset
Definition: drv_gyro.h:54
Common sensor API and ioctl definitions.