duino
duino copied to clipboard
How would I go about adding Arduino libraries
Lets say for instance I have a particular library for a sensor, how would I go about adding this library so it can be accessed through duino.
Hey, Sorry for brevity, I'm on my phone. The steps would be:
- create a new branch
- bring your sensor (hardware) code into du.ino
- understand the current protocol used to communicate with js
- expand that protocol to talk to your hardware code
- write a js lib file to expose an API to interact with the protocol
Hope that helps :)
Cam
On Wednesday, October 30, 2013, dereckd wrote:
Lets say for instance I have a particular library for a sensor, how would I go about adding this library so it can be accessed through duino.
— Reply to this email directly or view it on GitHubhttps://github.com/ecto/duino/issues/44 .