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 @@
# Create Big Image
Make a big [image](/reference/images/image) (picture) for the micro:bit
Make a big [image](/reference/images/image) (picture) for the @boardname@
[LED screen](/device/screen). The big image made of two squares.
Each of the squares is five LEDs on a side, like a regular image.

View File

@ -1,6 +1,6 @@
# Create Image
Make an [image](/reference/images/image) (picture) for the micro:bit
Make an [image](/reference/images/image) (picture) for the @boardname@
[LED screen](/device/screen).
```sig

View File

@ -1,6 +1,6 @@
# Image
An image for the micro:bit screen.
An image for the @boardname@ screen.
### @parent blocks/language

View File

@ -1,7 +1,7 @@
# Show Image
Show an [image](/reference/images/image) (picture) on the
[LED screen](/device/screen). After the micro:bit shows an image, it
[LED screen](/device/screen). After the @boardname@ shows an image, it
will pause for 400 milliseconds (1000 milliseconds is one second).
```sig
@ -12,7 +12,7 @@ item.showImage(0);
### Parameters
* an [image](/reference/images/image) (picture). It is usually a square with five LEDs on a side, but it might be wider.
* a [number](/reference/types/number) that says how many LEDs from the left of the picture the micro:bit should start. `0` means start at the first **frame** of the picture, `5` means start at the second frame, `10` means start at the third, and so on.
* a [number](/reference/types/number) that says how many LEDs from the left of the picture the @boardname@ should start. `0` means start at the first **frame** of the picture, `5` means start at the second frame, `10` means start at the third, and so on.
### Example: Flip-flopping arrow