charting lesson
This commit is contained in:
parent
691da3605f
commit
19e49652f8
@ -21,7 +21,9 @@ We want to display the acceleration forever. In order to do so, we need a `forev
|
|||||||
```blocks
|
```blocks
|
||||||
basic.forever(() => {
|
basic.forever(() => {
|
||||||
radio.sendNumber(input.acceleration(Dimension.X));
|
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`.
|
We want to register code to run when a packet is received over radio. We can implement this code by adding `on data received`.
|
||||||
|
Loading…
Reference in New Issue
Block a user