Skip to content

Commit 78c4f98

Browse files
authored
Merge pull request #16 from juhoeskeli/spi_freq
Add option to specify SPI frequency
2 parents 0a9648c + 4ca2c9f commit 78c4f98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mbed_lib.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"SPI_MOSI": "NC",
55
"SPI_MISO": "NC",
66
"SPI_CLK": "NC",
7-
"SPI_CS": "NC"
7+
"SPI_CS": "NC",
8+
"SPI_FREQ": "40000000"
89
},
910
"target_overrides": {
1011
"K82F": {

0 commit comments

Comments
 (0)