Skip to content
Snippets Groups Projects
Commit c5dcfab7 authored by Henrik Alsér's avatar Henrik Alsér
Browse files

Fix SPI2 ncs pin number

parent 7f4bb646
Branches
No related tags found
No related merge requests found
...@@ -173,7 +173,7 @@ In order to allocate pins to peripherals there is a nice tool [STM32CubeMX](http ...@@ -173,7 +173,7 @@ In order to allocate pins to peripherals there is a nice tool [STM32CubeMX](http
// sck - pb10, // sck - pb10,
// miso - pc2, // miso - pc2,
// mosi - pc3, // mosi - pc3,
// ncs - pb4, // ncs - pb12,
``` ```
Decide on which pins you want to use, and connect the PMW3389 to your MCU. You can connect the `Motion` signal to a free GPIO (its used to generate an interrupt when the sensor detects a motion event, for allowing wake from sleep mode). Likely you don't need this but you can add it in any case. Decide on which pins you want to use, and connect the PMW3389 to your MCU. You can connect the `Motion` signal to a free GPIO (its used to generate an interrupt when the sensor detects a motion event, for allowing wake from sleep mode). Likely you don't need this but you can add it in any case.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment