Skip to content

Commit 0db289d

Browse files
author
Deepika
authored
Merge pull request ARMmbed#83 from ARMmbed/geky-patch-1
Add pins for LPC1768 Expresso
2 parents 5839757 + 7a8a4b0 commit 0db289d

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
@@ -149,6 +149,12 @@
149149
"SPI_MISO": "PC7",
150150
"SPI_CLK": "PC8",
151151
"SPI_CS": "PC9"
152+
},
153+
"LPC1768": {
154+
"SPI_MOSI": "p5",
155+
"SPI_MISO": "p6",
156+
"SPI_CLK": "p7",
157+
"SPI_CS": "p8"
152158
}
153159
}
154160
}

0 commit comments

Comments
 (0)