Merge pull request #1448 from adustm/br_F303K8_new-defines

[NUCLEO_F303K8] add missing pins for arduino nano connector
pull/2453/head^2
Martin Kojtal 2015-11-26 13:24:30 +00:00
commit 95027b726b
1 changed files with 2 additions and 0 deletions

View File

@ -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,