Skip to content

Commit 5024694

Browse files
committed
Added tmp101 to name
1 parent 354c187 commit 5024694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/examples/python/tmp101i2c.py renamed to source/examples/python/i2ctmp101.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
while True:
1010
temp = bus.read_byte_data(address, 0)
1111
print (temp)
12-
time.sleep(0.25)
12+
time.sleep(0.25)

0 commit comments

Comments
 (0)