Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- let SLED: neopixel.Strip = null
- SLED = neopixel.create(DigitalPin.P16, 9, NeoPixelMode.RGB_RGB)
- SLED.showRainbow(1, 360)
- basic.forever(() => {
- basic.pause(600)
- SLED.rotate(1)
- SLED.show()
- })
Advertisement
Add Comment
Please, Sign In to add comment