Updated Mk1 code example (markdown)

shrkey
2016-02-16 14:51:00 +00:00
parent 635f84163a
commit 584976490b

@@ -152,4 +152,6 @@ Stop again
Cleanup our pins
# cleanup
GPIO.cleanup()
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.