This repository contains Examples and firmware files for Robo HAT MM1 for compatibility with SeeSaw. SeeSaw is a GitHub Library currently maintained by Adafruit.
Seesaw is an open source microcontroller friend for other chips. It provides a variety of capabilities such as UART, ADC, DAC, extra GPIO, etc. to chips that don't have them.
- Arduino
- CircuitPython
- Python
Please see the mm1-hat-seesaw/firmware folder for further instructions.
Please see the mm1-hat-seesaw/circuitpython folder for further instructions.
Assumes Python3 Installed.
pip install donkeycar[pi]
sudo pip install adafruit-circuitpython-seesaw
sudo pip install adafruit_circuitpython_motor
donkeycar createcar ~/mycar
Follow SeeSaw install instructions for circuitpython.