remove loop from module, use channel 7

This commit is contained in:
LazyAssassin445
2017-03-04 12:51:31 +00:00
parent 731acedea7
commit ee3dfc117e
2 changed files with 1 additions and 4 deletions

View File

@@ -12,6 +12,3 @@ def readchannel(channel):
data = ((adc[1]&3)<<8) + adc[2]
return data
while True:
print(readchannel(7))
time.sleep(.5)