clones of library source code
neopixel related code
motor related code
Follow the Adafruit instructions for Motor Driver and NeoPixel. Make sure any python libraries are installed system wide, e.g. using sudo pip3 install <lib>
.
TODO: make a short shell script for automatically installing libs.
Use sudo python3
to run python files. Ensure all libraries are installed beforehand.
Run python3 -m http.server
in the directory MotorKit-Docs/ to start a server for library documentation for the Adafruit motorkit library (the docs are HTML files, unfortunately).
Access using http://<rpi ip address>:8000
in a web browser.