- An Arduino library for using libmapper.
- Works with ESP32 only.
- Tested with arduino-esp32 v1.0.6.
- Clone or download this repository as zip into libraries folder
- To use the C++ API, add
#include <mapper_cpp.h>
to .ino file - A tutorial for libmapper C++ API is found here
- To use the C API, add
#include <mapper.h>
to .ino file - A tutorial for libmapper C API is found here
- Run
./update-library.sh