Skip to content

Commit 2484480

Browse files
committed
Removed newline from print
1 parent c5fdf47 commit 2484480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/examples/python/i2ctmp101.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88

99
while True:
1010
temp = bus.read_byte_data(address, 0)
11-
print (temp)
11+
print (temp, end="\r")
1212
time.sleep(0.25)

0 commit comments

Comments
 (0)