parent
28bb98dc1f
commit
0f86259eb5
2
test.py
2
test.py
|
@ -10,6 +10,8 @@ GPIO.output(4, GPIO.LOW)
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
GPIO.output(4, GPIO.HIGH)
|
GPIO.output(4, GPIO.HIGH)
|
||||||
|
|
||||||
|
GPIO.cleanup()
|
||||||
|
|
||||||
# def debug_print(message: str):
|
# def debug_print(message: str):
|
||||||
# now = datetime.now()
|
# now = datetime.now()
|
||||||
# current_time = now.strftime("%H:%M:%S")
|
# current_time = now.strftime("%H:%M:%S")
|
||||||
|
|
Loading…
Reference in New Issue