This commit is contained in:
gac-S_Changer
2017-03-13 15:01:16 +01:00
parent 3a38eb659a
commit 9ddf1132e0

12
script/test/onewire.py Normal file
View File

@@ -0,0 +1,12 @@
onewire.flush()
onewire.write("get,owb,listall1\n")
count = 1
while (True):
print onewire.waitString("\n", 1000)
print count
count = count + 1