We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae7b0e commit e1aa3a3Copy full SHA for e1aa3a3
README.md
@@ -5,8 +5,14 @@
5
6
## Installation
7
* Clone or download this repository as zip into libraries folder
8
-* Library is included in .ino file using ```#include <mapper.h>```
9
-* Use the C API as described [here](http://libmapper.github.io/tutorials/c.html)
+
+### C++ API
10
+* To use the C++ API, add ```#include <mapper_cpp.h>``` to .ino file
11
+* A tutorial for libmapper C++ API is found [here](http://libmapper.github.io/tutorials/cpp.html)
12
13
+### C API
14
+* To use the C API, add ```#include <mapper.h>``` to .ino file
15
+* A tutorial for libmapper C API is found [here](http://libmapper.github.io/tutorials/c.html)
16
17
## Issues
18
### fatal error: ../../../lwip/src/include/lwip/inet.h: No such file or directory
0 commit comments