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,10 +1,10 @@
# temperature activity
Measure the temperature on the micro:bit
Measure the temperature on the @boardname@
Welcome! This activity will teach how to measure the temperature on the micro:bit. Let's get started!
Welcome! This activity will teach how to measure the temperature on the @boardname@. Let's get started!
We want to display the temperature on shake. In order to do so, we need to register the event `on shake` that will execute whenever the user shakes the micro:bit; in the web browser, click the button labelled "SHAKE" under the simulator to generate a shake event
We want to display the temperature on shake. In order to do so, we need to register the event `on shake` that will execute whenever the user shakes the @boardname@; in the web browser, click the button labelled "SHAKE" under the simulator to generate a shake event
```blocks
input.onGesture(Gesture.Shake, () => {