Merge pull request #15 from juhoeskeli/mtb_adv_wise_1570

add mtb_adv_wise_1570
pull/7774/head
Christopher Haster 2018-06-18 09:48:51 -05:00 committed by GitHub
commit 0a9648c5f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,12 @@
"SPI_MISO": "PC_2", "SPI_MISO": "PC_2",
"SPI_CLK": "PB_13", "SPI_CLK": "PB_13",
"SPI_CS": "PA_6" "SPI_CS": "PA_6"
},
"MTB_ADV_WISE_1570": {
"SPI_MOSI": "PA_7",
"SPI_MISO": "PA_6",
"SPI_CLK": "PA_5",
"SPI_CS": "PB_12"
} }
} }
} }