summaryrefslogtreecommitdiffstatshomepage
path: root/examples/hwapi/hwconfig_dragonboard410c.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hwapi/hwconfig_dragonboard410c.py')
-rw-r--r--examples/hwapi/hwconfig_dragonboard410c.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/hwapi/hwconfig_dragonboard410c.py b/examples/hwapi/hwconfig_dragonboard410c.py
index 32fdb9dd6d..8061d7b743 100644
--- a/examples/hwapi/hwconfig_dragonboard410c.py
+++ b/examples/hwapi/hwconfig_dragonboard410c.py
@@ -15,5 +15,8 @@ from machine import Pin
# User LED 1 on gpio21
LED = Pin(21, Pin.OUT)
+# User LED 2 on gpio120
+LED2 = Pin(120, Pin.OUT)
+
# Button S3 on gpio107
BUTTON = Pin(107, Pin.IN)