remove loop from module, use channel 7
This commit is contained in:
@@ -13,5 +13,5 @@ def readchannel(channel):
|
||||
return data
|
||||
|
||||
while True:
|
||||
print(readchannel(7))
|
||||
print(readchannel(0))
|
||||
time.sleep(.5)
|
||||
|
||||
Reference in New Issue
Block a user