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

@ -80,7 +80,7 @@ Answer the questions while completing the tutorial. Pay attention to the dialogu
**Questions 10-14 are concerned with 'number pysch controller tutorial'**
## 10. Write the code that asks for a player number if button 'A' is pressed on the BBC controller micro:bit.
## 10. Write the code that asks for a player number if button 'A' is pressed on the BBC controller @boardname@.
<br />
@ -100,7 +100,7 @@ Answer the questions while completing the tutorial. Pay attention to the dialogu
<br/>
## 13. Create a while loop that first reads which controller the console micro:bit is requesting data from. Plot a waiting image, and then write an IF statement to check if the request corresponds to the controller. (Don't worry about writing anything inside the if statement).
## 13. Create a while loop that first reads which controller the console @boardname@ is requesting data from. Plot a waiting image, and then write an IF statement to check if the request corresponds to the controller. (Don't worry about writing anything inside the if statement).
<br />