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.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
Diff: TARGET_NUCLEO_F303ZE/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303xE/TARGET_NUCLEO_F303ZE/PinNames.h
- Revision:
- 146:22da6e220af6
- Parent:
- 142:4eea097334d6
diff -r 64910690c574 -r 22da6e220af6 TARGET_NUCLEO_F303ZE/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303xE/TARGET_NUCLEO_F303ZE/PinNames.h
--- a/TARGET_NUCLEO_F303ZE/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303xE/TARGET_NUCLEO_F303ZE/PinNames.h Wed Jun 21 17:31:38 2017 +0100
+++ b/TARGET_NUCLEO_F303ZE/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303xE/TARGET_NUCLEO_F303ZE/PinNames.h Thu Jul 06 15:30:22 2017 +0100
@@ -218,6 +218,10 @@
SPI_CS = D10,
PWM_OUT = D9,
+ //USB pins
+ USB_DM = PA_11,
+ USB_DP = PA_12,
+
// Not connected
NC = (int)0xFFFFFFFF
} PinName;


