Skip to content

how to use it in arduino ide ? #451

Answered by trombik
tripod2 asked this question in Q&A
Discussion options

You must be logged in to vote

the libraries in the repository are all C libraries. Arduino is (a variant of) C++. a C++ application can use C libraries. include one in your arduino code.

#include <whatever.h>

replace whatever.h with the one you want to use. in theory, all the example should work if you paste main() in the example into setup(), and other functions to outside of setup().

no, we don't have examples for Arduino.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by UncleRus
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants