Added pins for LPC1768 Expresso

suggested by ralphrmartin
pull/7774/head
Christopher Haster 2018-02-09 11:17:58 -06:00 committed by GitHub
parent f4ab55df77
commit 7a8a4b0373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -140,6 +140,12 @@
"SPI_MISO": "PC7", "SPI_MISO": "PC7",
"SPI_CLK": "PC8", "SPI_CLK": "PC8",
"SPI_CS": "PC9" "SPI_CS": "PC9"
},
"LPC1768": {
"SPI_MOSI": "p5",
"SPI_MISO": "p6",
"SPI_CLK": "p7",
"SPI_CS": "p8"
} }
} }
} }