File Information
Library: IoT/Devices
Package: Devices
Header: IoT/Devices/Magnetometer.h
Description
Magnetic field strength values from a three-axis Magnetometer.
Constructors
MagneticFieldStrength
Variables
r
double r;
internal resistance (0 if not available)
x
double x;
x-axis field strength in [mT] (millitesla)
y
double y;
y-axis field strength in [mT] (millitesla)
z
double z;
z-axis field strength in [mT] (millitesla)