From 7468a2047da04f3293d2096a316d0e679be471c5 Mon Sep 17 00:00:00 2001 From: shrkey Date: Tue, 11 Oct 2016 21:48:53 +0100 Subject: [PATCH] end nav --- 640cplusplus.md | 4 +++- 640gettingstarted.md | 2 +- 640python.md | 4 +++- escapecplusplus.md | 1 + escapegettingstarted.md | 1 + escapepython.md | 1 + 6 files changed, 10 insertions(+), 3 deletions(-) diff --git a/640cplusplus.md b/640cplusplus.md index e4851f6..216d932 100644 --- a/640cplusplus.md +++ b/640cplusplus.md @@ -8,4 +8,6 @@ ### Drive a motor ### Motor speed ### Servo control -### PPM integration \ No newline at end of file +### PPM integration + +### Next steps \ No newline at end of file diff --git a/640gettingstarted.md b/640gettingstarted.md index 201f226..c13d142 100644 --- a/640gettingstarted.md +++ b/640gettingstarted.md @@ -75,5 +75,5 @@ This time when you are returned to the main menu, move down to the *Finish* opti You have now enabled the interfaces you need to use your board. -### Thank you +### Next steps diff --git a/640python.md b/640python.md index 7596ab6..836fab5 100644 --- a/640python.md +++ b/640python.md @@ -290,4 +290,6 @@ stepper1.step(200, dw_Controller.FORWARD, dw_Controller.SINGLE) stepper1.step(200, dw_Controller.REVERSE, dw_Controller.DOUBLE) ``` -If you want more control and need to move two or more motors at the same time then you should use the **oneStep** command. \ No newline at end of file +If you want more control and need to move two or more motors at the same time then you should use the **oneStep** command. + +### Next steps \ No newline at end of file diff --git a/escapecplusplus.md b/escapecplusplus.md index 3fcc7b9..53cd5cc 100644 --- a/escapecplusplus.md +++ b/escapecplusplus.md @@ -13,3 +13,4 @@ ### Adding an expansion board +### Next steps \ No newline at end of file diff --git a/escapegettingstarted.md b/escapegettingstarted.md index d405c3b..70832a0 100644 --- a/escapegettingstarted.md +++ b/escapegettingstarted.md @@ -51,3 +51,4 @@ This time when you are returned to the main menu, move down to the *Finish* opti You have now enabled the interfaces you need to use your board. +### Next steps \ No newline at end of file diff --git a/escapepython.md b/escapepython.md index e54290b..88b0f95 100644 --- a/escapepython.md +++ b/escapepython.md @@ -229,3 +229,4 @@ s1.setPWMmS(1.0) # fully counter clockwise ### Adding an expansion board +### Next steps \ No newline at end of file