Plot Light level
Show the current light level as a bar graph.
basic.forever(() => {
led.plotBarGraph(
input.lightLevel(),
255
)
})
Show the current light level as a bar graph.
basic.forever(() => {
led.plotBarGraph(
input.lightLevel(),
255
)
})