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 by
Diff: TARGET_NUCLEO_F103RB/PinNames.h
- Revision:
- 74:a842253909c9
- Parent:
- 73:1efda918f0ba
- Child:
- 76:824293ae5e43
diff -r 1efda918f0ba -r a842253909c9 TARGET_NUCLEO_F103RB/PinNames.h --- a/TARGET_NUCLEO_F103RB/PinNames.h Mon Dec 09 18:43:03 2013 +0200 +++ b/TARGET_NUCLEO_F103RB/PinNames.h Fri Dec 13 14:18:40 2013 +0200 @@ -88,45 +88,10 @@ PC_14 = 0x2E, PC_15 = 0x2F, - PD_0 = 0x30, - PD_1 = 0x31, PD_2 = 0x32, - PD_3 = 0x33, - PD_4 = 0x34, - PD_5 = 0x35, - PD_6 = 0x36, - PD_7 = 0x37, PD_8 = 0x38, - PD_9 = 0x39, - PD_10 = 0x3A, - PD_11 = 0x3B, - PD_12 = 0x3C, - PD_13 = 0x3D, - PD_14 = 0x3E, - PD_15 = 0x3F, - PE_0 = 0x40, - PE_1 = 0x41, - PE_2 = 0x42, - PE_3 = 0x43, - PE_4 = 0x44, - PE_5 = 0x45, - PE_6 = 0x46, - PE_7 = 0x47, - PE_8 = 0x48, - PE_9 = 0x49, - PE_10 = 0x4A, - PE_11 = 0x4B, - PE_12 = 0x4C, - PE_13 = 0x4D, - PE_14 = 0x4E, - PE_15 = 0x4F, - - //-------------------- - // NUCLEO_F103RB board - //-------------------- - - // Arduino connectors + // Arduino connector namings A0 = PA_0, A1 = PA_1, A2 = PA_4, @@ -150,15 +115,21 @@ D14 = PB_9, D15 = PB_8, + // Generic signals namings + LED1 = PA_5, + LED2 = PA_5, + LED3 = PA_5, + LED4 = PA_5, USER_BUTTON = PC_13, - UART_TX = PA_2, - UART_RX = PA_3, - - // mbed mandatory namings - LED1 = PA_5, - LED2 = PA_5, - LED3 = PA_5, - LED4 = PA_5, + SERIAL_TX = PA_2, + SERIAL_RX = PA_3, + I2C_SCL = PB_8, + I2C_SDA = PB_9, + SPI_MOSI = PA_7, + SPI_MISO = PA_6, + SPI_SCK = PA_5, + SPI_CS = PB_6, + PWM_OUT = PB_3, // Not connected NC = (int)0xFFFFFFFF
