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

TestGPIOPin for working on dev box instead of BBB or Pi #1

Open
metasoarous opened this issue Nov 22, 2014 · 3 comments
Open

TestGPIOPin for working on dev box instead of BBB or Pi #1

metasoarous opened this issue Nov 22, 2014 · 3 comments

Comments

@metasoarous
Copy link
Member

Imagining programming on a development machine and then porting over to a BBB or Pi would be a lot easier with something like this, allowing you to test/develop logic around mocks of actual GPIOPins. MVP would be a record that implements GPIOPin, simply keeping track of on/off state.

Pi in the sky solution would include a GUI for monitoring and controlling pins. But ideally this would also support device AIN, which perhaps means this should really go in the BBB/Pi specific projects.

@zeroem
Copy link
Contributor

zeroem commented Nov 24, 2014

💯👍

@zeroem
Copy link
Contributor

zeroem commented Nov 24, 2014

May or may not be interesting to implement something like this using core.async

@metasoarous
Copy link
Member Author

Absolutely. Something distributed might be interesting as well. Perhaps avout or aleph? Would make it easier to have a separate process controlling/monitoring the state.

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

2 participants