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