This commit is contained in:
2019-02-14 17:19:57 +01:00
parent 59f919777a
commit d17dec2a16
8 changed files with 48 additions and 356 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ GPIO.setup(22, GPIO.OUT)
GPIO.output(22, GPIO.LOW)
try:
print('Start sensor test')
print('Start sensor test - End with Ctrl-C')
while True:
time.sleep(0.5)