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 @@
# Send String
Sends a string to other micro:bits in the area connected by radio. The
Sends a string to other @boardname@s in the area connected by radio. The
maximum string length is 19 characters.
```sig
@ -14,9 +14,9 @@ radio.sendString("Hello!")
### Example: Two-way radio
If you load this program onto two or more micro:bits, you can send a
If you load this program onto two or more @boardname@s, you can send a
code word from one of them to the others by pressing button `A`. The
other micro:bits will receive the code word and then show it.
other @boardname@s will receive the code word and then show it.
```blocks
input.onButtonPressed(Button.A, () => {