Simulator warnings, etc.
This commit is contained in:
@ -6,10 +6,14 @@ Find the next string sent by `radio` from another micro:bit.
|
||||
radio.receiveString()
|
||||
```
|
||||
|
||||
### Return value
|
||||
### Returns
|
||||
|
||||
* the first [string](/reference/types/string) that was sent. If no string was sent, then this function returns an empty (blank) string.
|
||||
|
||||
### Simulator
|
||||
|
||||
This function only works on the micro:bit, not in browsers.
|
||||
|
||||
### Example: Simple receiver
|
||||
|
||||
Show the string sent by another micro:bit.
|
||||
|
Reference in New Issue
Block a user