We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff54b61 commit e18f5c2Copy full SHA for e18f5c2
source/examples/python/gpio.py
@@ -3,8 +3,9 @@
3
import Adafruit_BBIO.GPIO as GPIO
4
import time
5
6
-LEDs = ["GP0_0", "GP0_1", "GP0_2", "GP0_3", "GP1_0", "GP1_1"]
+LEDs = ["GP0_0", "GP0_1", "GP0_2", "GP0_3", "GP1_0", "GP1_1", "UT1_0"]
7
for LED in LEDs:
8
+ print(LED)
9
GPIO.setup(LED, GPIO.OUT)
10
11
while True:
0 commit comments