How to use external libraries in Eclipse (Java) and Processing for Arduino

I was able to get functionality from Arduino through Eclipse after the Arduino tutorial in Eclipse through processing .

However, I ran into a problem; I was unable to use libraries such as the Servo library or the library for EL wires. How should I do it? Is it possible?

+5
source share
1 answer

Try the project> Properties> Build Path> Add Library> User Library. That should do the trick.

+1
source

All Articles