You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
GPIOPin
s. MVP would be a record that implementsGPIOPin
, 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.
The text was updated successfully, but these errors were encountered: