127 B
127 B
Plot Light level
basic.forever(() => {
led.plotBarGraph(
input.lightLevel(),
255
)
})
basic.forever(() => {
led.plotBarGraph(
input.lightLevel(),
255
)
})