This commit is contained in:
shrkey
2016-09-25 23:25:02 +01:00
parent dccf880cda
commit ce283a7b40

4
640.md
View File

@@ -99,10 +99,14 @@ We'll start with the main command to stop the motor
##### off()
The off command will switch off the motor and apply the brakes
``` python
m1.off()
```
##### setMotorSpeed()
We can also stop the motor by using the second command and passing a speed of 0
``` python