Skip to content

Commit 742c3bf

Browse files
Wolfgangper1234
Wolfgang
andauthored
Explain References
Co-Authored-By: per1234 <[email protected]>
1 parent d6ac748 commit 742c3bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/SimpleTempSensor/SimpleTempSensor.ino

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ void loop() {
3838
float t;
3939

4040
if (IMU.temperatureAvailable()) {
41+
// after IMU.readTemperature() returns, t will contain the temperature reading
4142
IMU.readTemperature(t);
4243

4344
Serial.println(t);

0 commit comments

Comments
 (0)