parent
c167def191
commit
bea803b86f
2
test.py
2
test.py
|
@ -10,7 +10,7 @@ GPIO.setup(4, GPIO.OUT)
|
||||||
GPIO.output(4, GPIO.HIGH)
|
GPIO.output(4, GPIO.HIGH)
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
GPIO.output(4, GPIO.LOW)
|
GPIO.output(4, 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