640 code docs

This commit is contained in:
shrkey
2016-10-17 19:53:57 +01:00
parent 2615e7e016
commit f6f3f598ec
3 changed files with 400 additions and 9 deletions

View File

@@ -165,7 +165,7 @@ As before, any number between 1500 and the maximum in each direction will drive
m1.setMotorSpeed(1750)
```
and half speed in revers would be 1250
and half speed in reverse would be 1250
``` python
m1.setMotorSpeed(1250)