-
Notifications
You must be signed in to change notification settings - Fork 70
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
Update node-pixel to have multistrip support #15
Comments
Process:
|
Protocol changes in cd16d67 |
Multiple strips are now supported under the custom firmata structure. Next step is to test backpack version of all of this as well which should mostly work the same way too. There are several things to note:
The last point is to avoid blocking conflicts but causes its own problems. I will resolve this with a rewrite of the way the AF library is working. To Do now:
Current status is at 6eb4a3a |
Documentation and tests now complete - need to test backpack set up and then will need to test. |
Refactor underway to make a better API interface. Multipin will now be a single Strip constructor will define either a single pin or a set of pin / length objects in an array which will then set up appropriately on the firmata or backpack side. You can then reference them using the More details will go in the doc once I have it working, |
Current update:
TODO:
|
All components complete on this thread so closing out and begin final tasks for dropping back into master. |
Update the
strip
opts to pass in an id and then use this to designate which strip you want to talk to.The text was updated successfully, but these errors were encountered: