Commit 36062db
authored
Update stepper-library-examples.md
Description:
The default Stepper library examples often use the sequence (8, 9, 10, 11). However, for the widely used 28BYJ-48 stepper motor paired with the ULN2003 driver board, this sequence causes vibration without rotation.
Updating the pin definition to (8, 10, 9, 11) correctly sequences the internal coils, ensuring smooth rotation as intended by the tutorial.1 parent e32890c commit 36062db
File tree
1 file changed
+2
-2
lines changed- content/learn/04.electronics/04.stepper-motors
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
0 commit comments