A complete installer/uploader for getting started with Modmata.
- The StandardModmata binary will be uploaded to any Arduino Leonardo that is connected to your computer
- ModmataC will be installed as a shared library
- The installer will only run on an x86-64 Linux system
- If you are compiling/installing from source, Git must be installed on the system. You can skip this if you install from the release.
- An Arduino Leonardo must be connected via USB while the installer is running
- If you are using this installer on a LattePanda, nothing needs to be connected
To install from source or the tarball, simply run the Makefile with make. If you wish to uninstall Modmata, use the Makefile in the ModmataC directory. Just type sudo make uninstall.