bboettcher3 / libmapper-arduino

An Arduino library for using libmapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:C 93.0%Language:C++ 6.9%Language:Shell 0.1%