Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-src by
Diff: targets/hal/TARGET_STM/TARGET_STM32F4XX/PinNames.h
- Revision:
- 124:73383cc04afd
- Parent:
- 113:65a335a675de
- Child:
- 131:5619d5c0521f
diff -r 8a356fb1000a -r 73383cc04afd targets/hal/TARGET_STM/TARGET_STM32F4XX/PinNames.h --- a/targets/hal/TARGET_STM/TARGET_STM32F4XX/PinNames.h Tue Mar 18 12:30:07 2014 +0000 +++ b/targets/hal/TARGET_STM/TARGET_STM32F4XX/PinNames.h Tue Mar 18 13:30:07 2014 +0000 @@ -43,6 +43,11 @@ PF_0, PF_1, PF_2, PF_3, PF_4, PF_5, PF_6, PF_7, PF_8, PF_9, PF_10, PF_11, PF_12, PF_13, PF_14, PF_15, PH_0, PH_1, PH_2, PH_3, PH_4, PH_5, PH_6, PH_7, PH_8, PH_9, PH_10, PH_11, + LED3 = PD_13, + LED4 = PD_12, + LED5 = PD_14, + LED6 = PD_15, + // Not connected NC = (int)0xFFFFFFFF } PinName;