We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92841f5 + 9dd86b2 commit aabdaf6Copy full SHA for aabdaf6
examples/SimpleMagnetometer/SimpleMagnetometer.ino
@@ -27,7 +27,7 @@ void setup() {
27
}
28
Serial.print("Magnetic field sample rate = ");
29
Serial.print(IMU.magneticFieldSampleRate());
30
- Serial.println(" uT");
+ Serial.println(" Hz");
31
Serial.println();
32
Serial.println("Magnetic Field in uT");
33
Serial.println("X\tY\tZ");
0 commit comments