sd-driver with adjustable spi freq.
Revision 2:7b302d81ede0, committed 2021-05-05
- Comitter:
- flombella
- Date:
- Wed May 05 07:18:48 2021 +0000
- Parent:
- 1:0df98d0fd2a5
- Commit message:
- Esempio utilizzo di file system simulato sulla RAM della scheda
Changed in this revision
config/mbed_lib.json | Show annotated file Show diff for this revision Revisions of this file |
--- a/config/mbed_lib.json Fri May 05 20:13:54 2017 +0000 +++ b/config/mbed_lib.json Wed May 05 07:18:48 2021 +0000 @@ -132,6 +132,12 @@ "SPI_MISO": "P8_6", "SPI_CLK": "P8_3", "SPI_CS": "P8_4" - } + }, + "NUCLEO-F401RE": { + "SPI_MOSI": "P8_5", + "SPI_MISO": "P8_6", + "SPI_CLK": "P8_3", + "SPI_CS": "P8_4" + } } }