Merge pull request #12 from netanelgonen/enable_odin_module

add odin module target to json file
pull/7774/head
Christopher Haster 2018-04-15 15:54:36 +03:00 committed by GitHub
commit 3f3c83f225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,12 @@
"SPI_MISO": "PTD7",
"SPI_CLK": "PTD5",
"SPI_CS": "PTD4"
},
"MTB_UBLOX_ODIN_W2": {
"SPI_MOSI": "PE_14",
"SPI_MISO": "PE_13",
"SPI_CLK": "PE_12",
"SPI_CS": "PE_11"
}
}
}