Has anyone here worked with this LED strip? https://www.sparkfun.com/products/12025
I'm trying to use a LabJack to control this with a C script, but I'm having issues with Adafruit's NeoPixel Library. Does anyone have experience using this library with C or C++? Thanks!
That LED strip uses a protocol that is not compatible with I2C, SPI, 1-wire or UART. The protocol is also too fast to bit bang. I recommend using a LED strip that uses a standard communication protocol.