Fix blinky example
Thanks to @Kurticus and @scruffynerf from [discord](http://adafru.it/discord) for finding it.
This commit is contained in:
parent
266be30777
commit
4e63d55d8d
@ -81,7 +81,7 @@
|
|||||||
//| import time
|
//| import time
|
||||||
//|
|
//|
|
||||||
//| led = digitalio.DigitalInOut(D13)
|
//| led = digitalio.DigitalInOut(D13)
|
||||||
//| led.direction = digitalio.Direction.OUT
|
//| led.direction = digitalio.Direction.OUTPUT
|
||||||
//| while True:
|
//| while True:
|
||||||
//| led.value = True
|
//| led.value = True
|
||||||
//| time.sleep(0.1)
|
//| time.sleep(0.1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user