Updated Mk1 code example (markdown)

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

@@ -153,3 +153,5 @@ Cleanup our pins
# cleanup # 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.