escape docs update

This commit is contained in:
shrkey
2016-10-04 23:19:55 +01:00
parent 81df8b75c4
commit 17fed19007
2 changed files with 19 additions and 5 deletions

2
640.md
View File

@@ -105,7 +105,7 @@ Now you know everything works, it's time to write your own scripts. So create a
``` python
import time
from darkwater_640.darkwater_640 import dw_Controller, dw_Motor, dw_Servo
from darkwater_640 import dw_Controller, dw_Motor, dw_Servo, dw_Stepper
```
#### Create a controller