Merge pull request #14897 from jeromecoutant/PR_STWIN

ST BLUENRG BLE: STWIN SensorTile board introduction
pull/14899/head
Martin Kojtal 2021-07-09 09:29:12 +02:00 committed by GitHub
commit 57ae146594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -39,6 +39,14 @@
"SPI_RESET": "PG_8",
"SPI_IRQ": "PG_6",
"SPI_SCK": "PG_2"
},
"STWIN": {
"SPI_MOSI": "PC_3",
"SPI_MISO": "PD_3",
"SPI_nCS": "PG_5",
"SPI_RESET": "PA_8",
"SPI_IRQ": "PG_1",
"SPI_SCK": "PD_1"
}
}
}