GYROSCOPE constant

int const GYROSCOPE

Gyroscope sensor. Measures the rotation rate of the device. This sensor returns a 3 axis (x, y & z) list of values. Both Android and iOS returns this values in radians/second.

Android documentation:

https://developer.android.com/guide/topics/sensors/sensors_motion#sensors-motion-gyro

iOS documentation:

https://developer.apple.com/documentation/coremotion/getting_raw_gyroscope_events

Implementation

static const int GYROSCOPE = 4;