Skip to content

Commit b520fb4

Browse files
committed
add comment to example
1 parent ba39ea6 commit b520fb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/tmp007_simpletest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def c_to_f(c):
2323

2424
# Initialize communication with the sensor, using the default 16 samples per conversion.
2525
# This is the best accuracy but a little slower at reacting to changes.
26+
# The first sample will be meaningless
2627
if sensor.begin():
2728
while True:
2829
die_temp = sensor.read_die_temp_c()

0 commit comments

Comments
 (0)