test
This commit is contained in:
8
640.md
8
640.md
@@ -93,7 +93,11 @@ m1 = dw.getMotor(1)
|
|||||||
|
|
||||||
#### Motor driving
|
#### Motor driving
|
||||||
|
|
||||||
There are two main commands that you can give a motor - to move in a direction and to stop. We'll start with the main command to stop the motor
|
There are two main commands that you can give a motor - to move in a direction and to stop.
|
||||||
|
|
||||||
|
We'll start with the main command to stop the motor
|
||||||
|
|
||||||
|
##### off()
|
||||||
|
|
||||||
``` python
|
``` python
|
||||||
m1.off()
|
m1.off()
|
||||||
@@ -198,6 +202,8 @@ stepper1 = dw.getStepper(1)
|
|||||||
|
|
||||||
#### Stepper motor control
|
#### Stepper motor control
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## C++
|
## C++
|
||||||
|
|
||||||
### Introduction
|
### Introduction
|
||||||
|
|||||||
Reference in New Issue
Block a user