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" } } }