inserting macros instead of hard coded board names

This commit is contained in:
Peli de Halleux
2016-11-01 10:42:42 -07:00
parent 6799721c9b
commit d76d92e041
132 changed files with 271 additions and 271 deletions

View File

@ -1,6 +1,6 @@
# truth or dare lesson
create a love meter with the BBC micro:bit.
create a love meter with the @boardname@.
@ -39,7 +39,7 @@ basic.showString("Hello!")
## Objectives
* learn how to display an image on the BBC micro:bit
* learn how to display an image on the @boardname@
* learn how to run code when an input button is pressed
* learn how to a create a variable for a place where you can store and retrieve data
* learn how to declare a new local variable or update the value of a variable