diff --git a/config/mbed_lib.json b/config/mbed_lib.json index ce14791406..91e46d5d6e 100644 --- a/config/mbed_lib.json +++ b/config/mbed_lib.json @@ -43,6 +43,12 @@ "SPI_CLK": "SPI_SCK", "SPI_CS": "SPI_CS" }, + "DISCO_L476VG": { + "SPI_MOSI": "PE_15", + "SPI_MISO": "PE_14", + "SPI_CLK": "PE_13", + "SPI_CS": "PE_12" + }, "K20D50M": { "SPI_MOSI": "PTD2", "SPI_MISO": "PTD3",