rename micro:bit to @boardname@

This commit is contained in:
Peli de Halleux
2016-11-01 17:44:37 -07:00
parent 9bc1e38345
commit 89406330cf
226 changed files with 697 additions and 750 deletions

View File

@ -1,6 +1,6 @@
# Set Transmit Power
Make the ``radio`` signal of the micro:bit stronger or weaker.
Make the ``radio`` signal of the @boardname@ stronger or weaker.
It can be as weak as `0` and as strong as `7`.
The scientific name for the strength of the ``radio`` signal is
@ -14,8 +14,8 @@ radio.setTransmitPower(7);
### 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
If your @boardname@ is sending with a strength of `7`, and you are in
an open area without many other computers around, the @boardname@ signal
can reach as far as 70 meters (about 230 feet).
### Parameters
@ -25,7 +25,7 @@ means how strong the signal is.
### Simulator
This function only works on the micro:bit, not in browsers.
This function only works on the @boardname@, not in browsers.
### Example