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.
2 parents 51cd3cb + 015067f commit d5b839fCopy full SHA for d5b839f
hal/targets/hal/TARGET_ARM_SSG/TARGET_BEETLE/PinNames.h
@@ -127,6 +127,15 @@ typedef enum {
127
SENSOR_SCL = 507,
128
129
// Emulated LEDS
130
+ /*
131
+ * Beetle board is built to optimize power consumption therefore does not
132
+ * provide on-board LEDs. The configuration below is provided only for
133
+ * compatibility purposes with MBED test suite.
134
+ * The LEDs [1:4] are emulated and trapped in our GPIO driver.
135
+ * For more details on how to use a Led on an external PIN via GPIO
136
+ * configuration please refer to the connected community page below:
137
+ * https://community.arm.com/docs/DOC-11713
138
+ */
139
LED1 = 1001,
140
LED2 = 1002,
141
LED3 = 1003,
0 commit comments