Skip to main content

Interface IMagnetometer

Represents a generic magnetometer sensor that measures the strength and direction of a magnetic field

Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IMagnetometer : ISamplingSensor<MagneticField3D>, ISensor<MagneticField3D>, ISensor, ISamplingSensor

Properties

MagneticField3D

Last value read from the sensor

View Source
Declaration
MagneticField3D? MagneticField3D { get; }