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

@ -8,7 +8,7 @@ The scientific name for the strength of the ``radio`` signal is
can be measured as -30 dBm, and a strength of `7` can be
measured as +4 dBm.
## Range
### Range
If your micro:bit is sending with a strength of `7`, and you are in
an open area without many other computers around, the micro:bit signal
@ -19,6 +19,10 @@ can reach as far as 70 meters (about 230 feet).
* a [number](/reference/types/number) between ``0`` and ``7`` that
means how strong the signal is.
### Simulator
This function only works on the micro:bit, not in browsers.
### Example
This program makes the ``radio`` send at full strength.