Skip to content

Commit

Permalink
Support SD card driver on GR_LYCHEE
Browse files Browse the repository at this point in the history
  • Loading branch information
TomoYamanaka committed Jan 10, 2018
1 parent 51dc1d2 commit 6281b62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/mbed_lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@
"SPI_CLK": "P8_3",
"SPI_CS": "P8_4"
},
"GR_LYCHEE": {
"SPI_MOSI": "P5_6",
"SPI_MISO": "P5_7",
"SPI_CLK": "P5_4",
"SPI_CS": "P5_5"
},
"HEXIWEAR": {
"SPI_MOSI": "PTE3",
"SPI_MISO": "PTE1",
Expand Down

0 comments on commit 6281b62

Please sign in to comment.