From 584976490b843af1a655ae3fcd2991d2af0e4828 Mon Sep 17 00:00:00 2001 From: shrkey Date: Tue, 16 Feb 2016 14:51:00 +0000 Subject: [PATCH] Updated Mk1 code example (markdown) --- Mk1-code-example.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Mk1-code-example.md b/Mk1-code-example.md index bb9632c..159508c 100644 --- a/Mk1-code-example.md +++ b/Mk1-code-example.md @@ -152,4 +152,6 @@ Stop again Cleanup our pins # cleanup - GPIO.cleanup() \ No newline at end of file + GPIO.cleanup() + +The library (once complete) will make this a lot simpler as we'll just have to set the mode and the speed for the motor without messing with pins, etc. \ No newline at end of file