mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #1448 from adustm/br_F303K8_new-defines
[NUCLEO_F303K8] add missing pins for arduino nano connectorpull/2453/head^2
commit
95027b726b
|
@ -112,6 +112,8 @@ typedef enum {
|
|||
A3 = PA_4,
|
||||
A4 = PA_5,
|
||||
A5 = PA_6,
|
||||
A6 = PA_7,
|
||||
A7 = PA_2,
|
||||
D0 = PA_10,
|
||||
D1 = PA_9,
|
||||
D2 = PA_12,
|
||||
|
|
Loading…
Reference in New Issue