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

@ -2,7 +2,7 @@
> Note: This API has been deprecated! Use [on data packet received](/reference/radio/on-data-packet-received) instead.
Find the next string sent by `radio` from another micro:bit.
Find the next string sent by `radio` from another @boardname@.
```sig
radio.receiveString()
@ -15,7 +15,7 @@ radio.receiveString()
### Example: Simple receiver
Show the string sent by another micro:bit.
Show the string sent by another @boardname@.
```blocks
radio.onDataReceived(() => {
@ -25,8 +25,8 @@ radio.onDataReceived(() => {
### 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`.
The other micro:bits will receive the code word and then show it.
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 @boardname@s will receive the code word and then show it.
```blocks
input.onButtonPressed(Button.A, () => {