From dccf880cda68edd88fd181634f53539cf9959817 Mon Sep 17 00:00:00 2001 From: shrkey Date: Sun, 25 Sep 2016 23:20:18 +0100 Subject: [PATCH] test --- 640.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/640.md b/640.md index f93951c..d788ae5 100644 --- a/640.md +++ b/640.md @@ -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