end nav
This commit is contained in:
@@ -8,4 +8,6 @@
|
||||
### Drive a motor
|
||||
### Motor speed
|
||||
### Servo control
|
||||
### PPM integration
|
||||
### PPM integration
|
||||
|
||||
### Next steps
|
||||
@@ -75,5 +75,5 @@ This time when you are returned to the main menu, move down to the *Finish* opti
|
||||
|
||||
You have now enabled the interfaces you need to use your board.
|
||||
|
||||
### Thank you
|
||||
### Next steps
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -13,3 +13,4 @@
|
||||
|
||||
### Adding an expansion board
|
||||
|
||||
### Next steps
|
||||
@@ -51,3 +51,4 @@ This time when you are returned to the main menu, move down to the *Finish* opti
|
||||
|
||||
You have now enabled the interfaces you need to use your board.
|
||||
|
||||
### Next steps
|
||||
@@ -229,3 +229,4 @@ s1.setPWMmS(1.0) # fully counter clockwise
|
||||
|
||||
### Adding an expansion board
|
||||
|
||||
### Next steps
|
||||
Reference in New Issue
Block a user