Ch-2 cleaned

This commit is contained in:
Danny Staple
2022-03-20 22:23:10 +00:00
parent a3a2c5ad21
commit 5c4ecaeb13
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
print("Hello, world!")
print("Hello, world!")
+1
View File
@@ -1,5 +1,6 @@
import board
import digitalio
led = digitalio.DigitalInOut(board.LED)
led.direction = digitalio.Direction.OUTPUT
led.value = True