parent
934968c934
commit
70e3eae581
2
test.py
2
test.py
|
@ -10,7 +10,7 @@ GPIO.setup(17, GPIO.OUT)
|
||||||
GPIO.output(17, GPIO.HIGH)
|
GPIO.output(17, GPIO.HIGH)
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
GPIO.output(17, GPIO.LOW)
|
GPIO.output(17, GPIO.LOW)
|
||||||
time.sleep(1)
|
time.sleep(5)
|
||||||
GPIO.cleanup()
|
GPIO.cleanup()
|
||||||
|
|
||||||
# def debug_print(message: str):
|
# def debug_print(message: str):
|
||||||
|
|
Loading…
Reference in New Issue