parent
f0805e4c08
commit
d1c0de7b2b
4
test.py
4
test.py
|
@ -9,8 +9,8 @@ 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(1)
|
||||||
GPIO.cleanup()
|
# GPIO.cleanup()
|
||||||
|
|
||||||
# def debug_print(message: str):
|
# def debug_print(message: str):
|
||||||
# now = datetime.now()
|
# now = datetime.now()
|
||||||
|
|
Loading…
Reference in New Issue