Public fork of mbed-src to add generic stm32f030k6 target
Fork of mbed-src by
Diff: targets/hal/TARGET_STM/TARGET_STM32F4XX/PinNames.h
- Revision:
- 124:73383cc04afd
- Parent:
- 113:65a335a675de
- Child:
- 131:5619d5c0521f
--- 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;