Update CircuitPlaygroundExpress_Blinky.py
This commit is contained in:
parent
301b9c3965
commit
1b9593bb41
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import digitalio
|
|||
import board
|
||||
import time
|
||||
|
||||
led = digitalio.DigitalInOut(board.D13) #define the variable 'led'
|
||||
led = digitalio.DigitalInOut(board.D13) #defines the variable 'led'
|
||||
led.direction = digitalio.Direction.OUTPUT #set the pin as output
|
||||
|
||||
while True: #code below this point loops over and over
|
||||
|
|
|
|||
Loading…
Reference in a new issue