8000 Fix blinky example · russbot/circuitpython@4e63d55 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e63d55

Browse files
committed
Fix blinky example
Thanks to @kurticus and @scruffynerf from [discord](http://adafru.it/discord) for finding it.
1 parent 266be30 commit 4e63d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/digitalio/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
//| import time
8282
//|
8383
//| led = digitalio.DigitalInOut(D13)
84-
//| led.direction = digitalio.Direction.OUT
84+
//| led.direction = digitalio.Direction.OUTPUT
8585
//| while True:
8686
//| led.value = True
8787
//| time.sleep(0.1)

0 commit comments

Comments
 (0)
0