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.
1 parent c5fdf47 commit 2484480Copy full SHA for 2484480
source/examples/python/i2ctmp101.py
@@ -8,5 +8,5 @@
8
9
while True:
10
temp = bus.read_byte_data(address, 0)
11
- print (temp)
+ print (temp, end="\r")
12
time.sleep(0.25)
0 commit comments