Skip to content

libmapper/libmapper-arduino

 
 

Repository files navigation

libmapper-arduino

  • An Arduino library for using libmapper.
  • Works with ESP32 only.
  • Tested with arduino-esp32 v1.0.6.

Installation

  • Clone or download this repository as zip into libraries folder

C++ API

  • To use the C++ API, add #include <mapper_cpp.h> to .ino file
  • A tutorial for libmapper C++ API is found here

C API

  • To use the C API, add #include <mapper.h> to .ino file
  • A tutorial for libmapper C API is found here

Updating the library

  • Run ./update-library.sh

About

An Arduino library for using libmapper

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 92.0%
  • C++ 7.9%
  • Shell 0.1%