• Hi Robin,

    have you tried something like this from the neopixel API section?

    // 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]);
    

    Builds for MDBT42Q boards include neopixel.

About

Avatar for MaBe @MaBe started