如何在 Eclipse (Java) 和 Arduino 处理中使用外部库
按照教程,我能够通过 Eclipse 从 Arduino 获取功能 通过处理在 Eclipse 中使用 Arduino。
然而,我确实遇到了一个问题;我无法使用 Servo 库或 EL 线库等库。我该怎么做呢?是否可以?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试“项目”>“属性”>“构建路径”>“添加库”>“用户库”。那应该可以解决问题。
Try Project>Properties>Build Path>Add Library>User Library. That should do the trick.