pxt-calliope/docs/examples/plot-acceleration.md
Peli de Halleux 45c82767d0 fixed titles
2017-02-09 14:57:38 -08:00

142 B

Plot Acceleration

basic.forever(() => {
    led.plotBarGraph(
        input.acceleration(Dimension.X),
        1023
    )
})