gyroscopeUpdateInterval property

set gyroscopeUpdateInterval (int interval)

The update interval of Gyroscope. The units are in microseconds.

Implementation

set gyroscopeUpdateInterval(int interval) => setSensorUpdateInterval(TYPE_GYROSCOPE, interval);