diff options
Diffstat (limited to 'include/hardware/sensors.h')
-rw-r--r-- | include/hardware/sensors.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/hardware/sensors.h b/include/hardware/sensors.h index 7f9706b..04768a0 100644 --- a/include/hardware/sensors.h +++ b/include/hardware/sensors.h @@ -228,6 +228,13 @@ __BEGIN_DECLS * * Pressure sensors report events at a constant rate defined by setDelay(). * + * Gyro + * -------- + * + * The gyroscope sensor values are returned in degrees per second (dps) + * + * Gyroscope sensor report events at a constant rate defined by setDelay(). + * * Gravity * ------- * A gravity output indicates the direction of and magnitude of gravity in the devices's |