pxt-maker
pxt-maker copied to clipboard
Try to make the brain sim work with neopixels
With the following program, I don't get desired rainbow display:
light.setLength(12)
light.setAll(0xff0000)
forever(function () {
pause(500)
light.showAnimation(light.rainbowAnimation, 500)
})
@pelikhan any chance you take a look at this?