pxt-calliope/docs/examples/plot-light-level.md
2017-02-09 14:44:56 -08:00

128 B

Plot Light level

basic.forever(() => {
    led.plotBarGraph(
        input.lightLevel(),
        255
    )
})