We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc7c3b commit 14c4c52Copy full SHA for 14c4c52
1 file changed
blink-pin.py
@@ -13,7 +13,7 @@ def setup():
13
def loop():
14
15
while True:
16
- GPIO.oputput(ledPin, GPIO.HIGH)
+ GPIO.output(ledPin, GPIO.HIGH)
17
print('led turned on >>>')
18
time.sleep(1)
19
GPIO.output(ledPin, GPIO.LOW)
0 commit comments