6398d60b3b
* Add info to some examples * Push a few more descriptions * Couple more * Touch up card descriptions * Fix 'drop' typo * Live typo
197 B
197 B
Plot Acceleration
Plot acceleration in the x
dimension on the LEDs.
basic.forever(() => {
led.plotBarGraph(
input.acceleration(Dimension.X),
1023
)
})