Add NRF52840_DK SPIF pins

pull/7774/head
Kevin Gilbert 2017-12-15 17:36:07 -06:00
parent 780bef0076
commit 616c97708c
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@
"SPI_MISO": "P0_18", "SPI_MISO": "P0_18",
"SPI_CLK": "P0_19", "SPI_CLK": "P0_19",
"SPI_CS": "P1_2" "SPI_CS": "P1_2"
},
"NRF52840_DK": {
"SPI_MOSI": "p20",
"SPI_MISO": "p21",
"SPI_CLK": "p19",
"SPI_CS": "p17"
} }
} }
} }