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