Fixing parameters

This commit is contained in:
Ron Hale-Evans
2016-07-18 14:04:15 -07:00
parent aa6a965f59
commit 4941ce1694
10 changed files with 46 additions and 19 deletions

View File

@ -3,9 +3,10 @@
Run part of a program when the micro:bit receives a
[number](/reference/types/number) or [string](/reference/types/string) over ``radio``.
### Parameters
* the part of the program to run when the micro:bit receives information over ``radio``.
```sig
radio.onDataReceived(() => { });
```
### Simulator