Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How would I go about adding Arduino libraries #44

Open
estock opened this issue Oct 30, 2013 · 1 comment
Open

How would I go about adding Arduino libraries #44

estock opened this issue Oct 30, 2013 · 1 comment

Comments

@estock
Copy link

estock commented Oct 30, 2013

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.

@ecto
Copy link
Owner

ecto commented Oct 30, 2013

Hey, Sorry for brevity, I'm on my phone. The steps would be:

  1. create a new branch
  2. bring your sensor (hardware) code into du.ino
  3. understand the current protocol used to communicate with js
  4. expand that protocol to talk to your hardware code
  5. 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//issues/44
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants