Reputation: 66
I was able to get functionality out of the Arduino through Eclipse following the tutorial Arduino in Eclipse via Processing.
However, I did run into a problem; I was unable to use libraries such as the Servo library or a library for EL wire. How can I do it? Is it possible?
Upvotes: 5
Views: 1392
Reputation: 105
Try Project>Properties>Build Path>Add Library>User Library. That should do the trick.
Upvotes: 1