Skip to content

Commit be68bf8

Browse files
author
Janne Kiiskilä
authored
Merge pull request #15 from ARMmbed/ublox_odin_int_sd
Add UBLOX_EVK_ODIN_W2 override for int. SD-card
2 parents 2dc0da5 + 59fafba commit be68bf8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/mbed_lib.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@
121121
"SPI_CLK": "p15",
122122
"SPI_CS": "p14"
123123
},
124+
"UBLOX_EVK_ODIN_W2": {
125+
"SPI_CS": "D9",
126+
"SPI_MOSI": "D11",
127+
"SPI_MISO": "D12",
128+
"SPI_CLK": "D13"
129+
},
124130
"RZ_A1H": {
125131
"SPI_MOSI": "P8_5",
126132
"SPI_MISO": "P8_6",

0 commit comments

Comments
 (0)