Rename the parameters for the sendValue block (#293)

This commit is contained in:
Richard Knoll
2016-10-27 14:48:22 -07:00
committed by GitHub
parent f2e1bc0168
commit 95e4c609a4
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ Send a [string]() and [number]() together by ``radio`` to other micro:bits.
The maximum [string]() length is 12 characters.
```sig
radio.sendValue("data", 0);
radio.sendValue("name", 0);
```
### Parameters