Neopixel seems to work

This commit is contained in:
Michal Moskal
2016-04-03 17:49:35 -07:00
parent 8a124812b6
commit c661fd0eca
3 changed files with 16 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ basic.showLeds(`
console.log("Start")
// Create a NeoPixel driver - specify the number of LEDs:
let strip = neopixel.create(24);
let strip = neopixel.create(7);
// If your strip is not at P0, specify the pin.
strip.setPin(DigitalPin.P0)