Skip to content

Commit d5b839f

Browse files
authored
Merge pull request #2218 from fvincenzo/master
[BEETLE] Add comment to clarify LEDs Emulation
2 parents 51cd3cb + 015067f commit d5b839f

File tree

1 file changed

+9
-0
lines changed
  • hal/targets/hal/TARGET_ARM_SSG/TARGET_BEETLE

1 file changed

+9
-0
lines changed

hal/targets/hal/TARGET_ARM_SSG/TARGET_BEETLE/PinNames.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,15 @@ typedef enum {
127127
SENSOR_SCL = 507,
128128

129129
// 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+
*/
130139
LED1 = 1001,
131140
LED2 = 1002,
132141
LED3 = 1003,

0 commit comments

Comments
 (0)