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 354c187 commit 5024694Copy full SHA for 5024694
source/examples/python/tmp101i2c.py renamed to source/examples/python/i2ctmp101.py
@@ -9,4 +9,4 @@
9
while True:
10
temp = bus.read_byte_data(address, 0)
11
print (temp)
12
- time.sleep(0.25)
+ time.sleep(0.25)
0 commit comments