From 7a8a4b0373b33de2abb6a1a44723814ec1fd6fdf Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Fri, 9 Feb 2018 11:17:58 -0600 Subject: [PATCH] Added pins for LPC1768 Expresso suggested by ralphrmartin --- config/mbed_lib.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/mbed_lib.json b/config/mbed_lib.json index d146d551ed..5e987f11ba 100644 --- a/config/mbed_lib.json +++ b/config/mbed_lib.json @@ -140,6 +140,12 @@ "SPI_MISO": "PC7", "SPI_CLK": "PC8", "SPI_CS": "PC9" + }, + "LPC1768": { + "SPI_MOSI": "p5", + "SPI_MISO": "p6", + "SPI_CLK": "p7", + "SPI_CS": "p8" } } }