This commit is contained in:
shrkey
2016-09-25 23:20:18 +01:00
parent a6c9bd8632
commit dccf880cda

8
640.md
View File

@@ -93,7 +93,11 @@ m1 = dw.getMotor(1)
#### 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
m1.off()
@@ -198,6 +202,8 @@ stepper1 = dw.getStepper(1)
#### Stepper motor control
## C++
### Introduction