-
Notifications
You must be signed in to change notification settings - Fork 517
LED Strip (sorry the branch name is still neopixel_strip) #168
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's necessary per the protocol, but has no meaning for this particular device. For something like analog input or pwm it specifies the resolution in number of bits.
|
Please report which Arduino (and Arduino-compatible) devices you have tested this with. Try to use it with other features such as analog input, pwm and digital outputs and an I2C device to be sure there are no unexpected issues in the case that a user has a LED, a couple of pots, a servo and an accelerometer (or other i2c device) attached simultaneously. Also, please report approximately how much memory this code consumes (you can find out using the freeMemory function of the ArduinoUnit library by printing the memory pre and post initialization of your library, you can also report ongoing in a loop to see if there are leaks - although I'd assume Adafruit has done a pretty good job ensuring their library is stable). |
|
Hey all. We've been having a chat today @rwaldron me & others) about I think we've come up with a more sustainable solution that will allow us I need to do a proof of concept hopefully over next couple of nights so On Mon, 8 Dec 2014 14:15 Jeff Hoefs [email protected] wrote:
|
|
See #132 for an update on how we're thinking to include Firmata features that wrap 3rd party libraries. |
|
I'm going to withdraw this proposal for now. This was original written to add support into Johnny-five, but Rick and a few others came up with a better solution (I2C interface for led strips), so I think this is no longer needed |
Here is the pull request for the generic version from here