...LGTM... But how is your wiring? If you do require("neopixel").write(B15, [255,0,0]);, what happens? ...should go dark, should it? Did you try another pin but B15?
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.
...LGTM... But how is your wiring? If you do
require("neopixel").write(B15, [255,0,0]);
, what happens? ...should go dark, should it? Did you try another pin but B15?