V4 Updates from remote Repo

This commit is contained in:
JW
2021-11-25 17:27:39 +01:00
parent 438c8bcf66
commit e8471373a1
110 changed files with 9653 additions and 7169 deletions

View File

@ -6,7 +6,7 @@ Tell everyone who you are. Show you name on the LEDs.
![Name scrolling on the LEDs](/calliope/tutorials/02_nametag_animation.gif)
## Step 1 @fullscreen
## Step 1
Place the ``||basic:show string||`` block in the ``||basic:forever||`` block to repeat it. Change the text to your name.
@ -16,13 +16,12 @@ basic.forever(() => {
});
```
## Step 2 @fullscreen
## Step 2
Look at the simulator and make sure it shows your name on the screen.
![Name scrolling on the LEDs](/calliope/tutorials/02_nametag_animation.gif)
## Step 3 @fullscreen
Place more ``||basic:show string||`` blocks to create your own story.
@ -33,6 +32,6 @@ basic.forever(() => {
})
```
## Step 4 @unplugged
## Step 4
If you have a @boardname@ connected, click ``|Download|`` to transfer your code and watch your name scroll!