This Arduino sketch was made to be used in conjunction with the Mirru Android App
Want to print and assemble your own hand? Visit our guide
This sketch is currently designed to work with the following Arduino boards:
To build this sketch on the command line, you will need the following tools installed. Please see their respective installation guides for instructions on how to install them.
- make - Installation of
make
is OS-dependent. The provided link includes a download page for installing make on OSX and Linux. (See here for more info on installing on Windows). - python3 - Used internally by some of the Arduino libraries
- arduino-cli
With those installed you can build the sketch with:
$ make build
For deploying the sketch please see the additional info on the arduino-cli site.
This can also used with the IDE. Just open the sketch in the arduino IDE.