Second pass

This commit is contained in:
Ron Hale-Evans 2016-06-02 16:24:06 -07:00
parent d4c53f1fb3
commit 54331eb113

View File

@ -5,14 +5,14 @@ Run part of a program when the micro:bit receives a
### Parameters ### Parameters
* **body** is the part of the program to run when the micro:bit receives information over ``radio``. * the part of the program to run when the micro:bit receives information over ``radio``.
### Example ### Example
This program never stops. It keeps sending numbers that says how This program keeps sending numbers that says how fast the micro:bit is
fast the micro:bit is slowing down or speeding up. It also receives slowing down or speeding up. It also receives numbers for the same
numbers that say how fast nearby micro:bits are going. It thing from nearby micro:bits. It shows these numbers as a
shows these numbers as a [bar graph](/reference/led/plot-bar-graph). [bar graph](/reference/led/plot-bar-graph).
```blocks ```blocks
basic.forever(() => { basic.forever(() => {