Skip to content

Commit 14c4c52

Browse files
authored
Update blink-pin.py
1 parent 2cc7c3b commit 14c4c52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blink-pin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def setup():
1313
def loop():
1414

1515
while True:
16-
GPIO.oputput(ledPin, GPIO.HIGH)
16+
GPIO.output(ledPin, GPIO.HIGH)
1717
print('led turned on >>>')
1818
time.sleep(1)
1919
GPIO.output(ledPin, GPIO.LOW)

0 commit comments

Comments
 (0)