// replace <YourPin> with the gpio wired to data
// set output
<YourPin>.mode("output");
// set first three neopixel
require("neopixel").write(<YourPin>, [20,0,0,0,20,0,0,0,20]);
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 Robin,
have you tried something like this from the neopixel API section?
Builds for MDBT42Q boards include neopixel.