magnetometerUpdateInterval property

void magnetometerUpdateInterval=(int interval)

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

Implementation

set magnetometerUpdateInterval(int interval) => setSensorUpdateInterval(TYPE_MAGNETIC_FIELD, interval);