Soldering
This commit is contained in:
@@ -3,10 +3,10 @@ import time
|
||||
|
||||
GPIO.setwarnings(False)
|
||||
GPIO.setmode(GPIO.BCM)
|
||||
GPIO.setup(24, GPIO.OUT)
|
||||
GPIO.setup(22, GPIO.OUT)
|
||||
|
||||
while True:
|
||||
GPIO.output(24, True)
|
||||
GPIO.output(22, True)
|
||||
time.sleep(1)
|
||||
GPIO.output(24, False)
|
||||
GPIO.output(22, False)
|
||||
time.sleep(1)
|
||||
|
||||
Reference in New Issue
Block a user