Merge pull request #8 from ARMmbed/nrf52840dk_spif_pins

Add NRF52840_DK SPIF pins
pull/7774/head
Christopher Haster 2017-12-15 17:43:04 -06:00 committed by GitHub
commit e5e6616914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

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