Plot Light level

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