This commit is contained in:
LazyAssassin445
2017-03-11 13:47:32 +00:00
2 changed files with 1 additions and 4 deletions

View File

@@ -13,5 +13,5 @@ def readchannel(channel):
return data
while True:
print(readchannel(7))
print(readchannel(0))
time.sleep(.5)