update acc chart

This commit is contained in:
Michael Elliot Braun
2016-04-25 15:26:49 -07:00
parent f1bd84733b
commit fc905c5f8f
2 changed files with 3 additions and 4 deletions

View File

@ -21,9 +21,9 @@ Learn the functions of **on data received**, **send number** and **receive numbe
## Documentation
```cards
basic.showNumber(0)
input.acceleration(Dimension.X)
led.plotBarGraph(0, 1023)
basic.showNumber(0)
radio.onDataReceived(() => {})
radio.sendNumber(0)
radio.receiveNumber()