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

Adding neopixel protocol proposal #18

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Adding neopixel protocol proposal #18

wants to merge 4 commits into from

Conversation

graysonarts
Copy link

This is related to the issue that I created over on firmata/arduino for adding LED strip support to firmata: issues#167

@soundanalogous
Copy link
Member

I'd prefer if the protocol could be generalized so it could work with any LED strip rather than specifically for the NeoPixel. So this would be the LED strip protocol. Your NeoPixel implementation for configurable firmata would then be a NeoPixel specific implementation of the LED strip protocol. If the protocol however must be specific to the NeoPixel then I'd prefer this be added as an example rather than part of the official protocol since I'm trying to avoid device-specific implementations.

@graysonarts
Copy link
Author

Updated the reflect the rename. I needed to change the configuration slightly since WS2812s and WS2801s have slightly different requirements for configuration, so I've added a "strip specific configuration" section to the initialization wrapper.

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

Successfully merging this pull request may close these issues.

2 participants