[NUCLEO_F303K8] add missing pins for arduino nano connector

pull/1448/head
adustm 2015-11-24 10:15:42 +01:00
parent ef1d2ef01e
commit 51c83aa3e4
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,