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

make queryPinState method public #25

Closed
soundanalogous opened this issue Sep 28, 2012 · 1 comment
Closed

make queryPinState method public #25

soundanalogous opened this issue Sep 28, 2012 · 1 comment
Assignees
Milestone

Comments

@soundanalogous
Copy link
Owner

I made this private for a reason at some point. Have had requests for the functionality it provides however so I'll look into making it public again.

@ghost ghost assigned soundanalogous Sep 28, 2012
@soundanalogous
Copy link
Owner Author

This is now public but it should not be called in most cases since the client keeps track of it's pin states. I have also exposed a getPins method on IOBoard that will return an array of all pin objects for the IOBoard. It is better to call the getPins method to get the state of all pins rather than calling queryPinState to get pin states directly from the Arduino.

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

No branches or pull requests

1 participant