We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ac748 commit 742c3bfCopy full SHA for 742c3bf
examples/SimpleTempSensor/SimpleTempSensor.ino
@@ -38,6 +38,7 @@ void loop() {
38
float t;
39
40
if (IMU.temperatureAvailable()) {
41
+ // after IMU.readTemperature() returns, t will contain the temperature reading
42
IMU.readTemperature(t);
43
44
Serial.println(t);
0 commit comments