alana.brunson
Published

Starlight

This is my switch and knobs project where I took a cover I found at goodwill and turned it into a night light.

BeginnerFull instructions provided10
Starlight

Story

Read more

Code

Code for night light

JavaScript
pins.A1.setPull(PinPullMode.PullUp)
forever(function () {
    if (!(pins.A1.digitalRead())) {
        light.showAnimation(light.theaterChaseAnimation, 100)
        light.showAnimation(light.rainbowAnimation, 100)
        light.showAnimation(light.colorWipeAnimation, 500)
    } else {
        light.clear()
    }
})

Credits

alana.brunson
4 projects • 1 follower
Contact

Comments

Please log in or sign up to comment.