Update mbed_lib.json

pull/7774/head
Jammu Kekkonen 2018-04-30 12:53:54 +03:00 committed by GitHub
parent f9c33caa32
commit 0be329016b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -78,6 +78,12 @@
"SPI_CLK": "p13",
"SPI_CS": "p14"
},
"NUCLEO_F411RE": {
"SPI_MOSI": "PC_3",
"SPI_MISO": "PC_2",
"SPI_CLK": "PC_7",
"SPI_CS": "PB_9"
},
"NUCLEO_F429ZI": {
"SPI_MOSI": "PC_12",
"SPI_MISO": "PC_11",