uncalibratedMagneticFieldEvents property

Stream<MagneticFieldEvent> uncalibratedMagneticFieldEvents

Changes in earth's magnetic field detected by the magnetometer (with iron bias)

Implementation

static Stream<MagneticFieldEvent> get uncalibratedMagneticFieldEvents {
  return _sensors.uncalibratedMagneticFieldEvents;
}