charting lesson

This commit is contained in:
Michael Elliot Braun 2016-03-31 17:18:16 -07:00
parent 691da3605f
commit 19e49652f8
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ We want to display the acceleration forever. In order to do so, we need a `forev
```blocks
basic.forever(() => {
radio.sendNumber(input.acceleration(Dimension.X));
})
});
```
We want to register code to run when a packet is received over radio. We can implement this code by adding `on data received`.