Ali Taher
Published

Switches And Knobs-Ali Taher Owl

A night light that turns on with a switch.

BeginnerWork in progress510
Switches And Knobs-Ali Taher Owl

Things used in this project

Hardware components

Circuit Playground Express
Adafruit Circuit Playground Express
×1

Software apps and online services

MakeCode
Microsoft MakeCode

Story

Read more

Custom parts and enclosures

Encloser

Wooden frame, and artwork

Schematics

Diagrams!?

Code

Knob code

JavaScript
let Value = 0
forever(function () {
    Value = pins.A1.analogRead()
    light.graph(Value, 1023)
})

Credits

Ali Taher

Ali Taher

5 projects • 0 followers

Comments