If you use the code in that link then you should be fine (note what the reference says about voltages though, as many neopixels will be glitchy running off 5v with 3v data).
I've got to get around to updating the WS2811 documentation soon to make it use the neopixel library (which works on all platforms) - I'm afraid for now it's out of date
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi,
Yes, you can - but not with that code. The 1v92 firmware added a
neopixel
library: http://www.espruino.com/Reference#neopixelIf you use the code in that link then you should be fine (note what the reference says about voltages though, as many neopixels will be glitchy running off 5v with 3v data).
I've got to get around to updating the WS2811 documentation soon to make it use the
neopixel
library (which works on all platforms) - I'm afraid for now it's out of date