This commit is contained in:
shrkey
2016-10-11 21:48:53 +01:00
parent 8693b73957
commit 7468a2047d
6 changed files with 10 additions and 3 deletions

View File

@@ -290,4 +290,6 @@ stepper1.step(200, dw_Controller.FORWARD, dw_Controller.SINGLE)
stepper1.step(200, dw_Controller.REVERSE, dw_Controller.DOUBLE)
```
If you want more control and need to move two or more motors at the same time then you should use the **oneStep** command.
If you want more control and need to move two or more motors at the same time then you should use the **oneStep** command.
### Next steps