Simulator warnings, etc.

This commit is contained in:
Ron Hale-Evans
2016-06-09 15:30:47 -07:00
parent 8239329c2e
commit 3049c88d5b
9 changed files with 36 additions and 18 deletions

View File

@ -1,7 +1,5 @@
# Send String
Sends a string to other micro:bits in the area connected by radio.
```sig
@ -12,6 +10,12 @@ radio.sendString("Hello!")
* `text` is a [String](/reference/types/string) to send by radio.
### Simulator
This function only works on the micro:bit, not in browsers.
### Example: Two-way radio
If you load this program onto two or more micro:bits, you can send a code word from one of them to the others by pressing button `A`.