Skip to content

Commit e18f5c2

Browse files
committed
Testing UT1_0, not working yet
1 parent ff54b61 commit e18f5c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/examples/python/gpio.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
import Adafruit_BBIO.GPIO as GPIO
44
import time
55

6-
LEDs = ["GP0_0", "GP0_1", "GP0_2", "GP0_3", "GP1_0", "GP1_1"]
6+
LEDs = ["GP0_0", "GP0_1", "GP0_2", "GP0_3", "GP1_0", "GP1_1", "UT1_0"]
77
for LED in LEDs:
8+
print(LED)
89
GPIO.setup(LED, GPIO.OUT)
910

1011
while True:

0 commit comments

Comments
 (0)