Jeffrey Fox
Published

Jar Nightlight

BeginnerShowcase (no instructions)1 hour15
Jar Nightlight

Story

Read more

Schematics

img_1837_ZfzeBQZ9r3.JPG

img_1853_mCeZg7p0Bj.JPG

img_1854_5jfAFbQ3zB.JPG

img_1857_J62bsFMEOA.JPG

Code

Rainbow Nightlight

JavaScript
pins.A1.setPull(PinPullMode.PullUp)
forever(function () {
    if (!(pins.A1.digitalRead())) {
        light.showAnimationFrame(light.rainbowAnimation)
    } else {
        light.clear()
    }
})

Credits

Jeffrey Fox
4 projects • 0 followers

Comments