Skip to content

Commit 2f223d6

Browse files
committed
example: add note about STBY pin
if you forget to do that you'll wonder why nothing is happening... guess who i know :)
1 parent 7fdadeb commit 2f223d6

File tree

1 file changed

+2
-0
lines changed
  • examples/stm32f4-single-motor-example

1 file changed

+2
-0
lines changed

examples/stm32f4-single-motor-example/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ board but should work on any STM32F4xx family microcontroller as long as the con
1010
* `AI2` on `PB4`
1111
* `PWMA` on `PB10`
1212

13+
Don't forget to pull the `STBY` pin high, otherwise nothing will happen!
14+
1315
Furthermore, the example uses a button connected on `PC13` which is e.g. present on the mentioned board.
1416

1517
The example continuously cycles through all speeds from full backwards to full forward (in 1% steps) and the button can be used

0 commit comments

Comments
 (0)