6398d60b3b
* Add info to some examples * Push a few more descriptions * Couple more * Touch up card descriptions * Fix 'drop' typo * Live typo
173 B
173 B
Plot Light level
Show the current light level as a bar graph.
basic.forever(() => {
led.plotBarGraph(
input.lightLevel(),
255
)
})