Skip to content

Commit d6a019b

Browse files
author
Jim Bennett
committed
More images
1 parent e06950e commit d6a019b

8 files changed

+6
-8
lines changed

Images/DragHexFile.gif

288 KB
Loading

Images/DragShowLeds.gif

237 KB
Loading

Images/HeartOnMicrobit.jpg

78.5 KB
Loading

Images/LightLeds.gif

91.8 KB
Loading

Images/WhatYouNeed.JPG

94.6 KB
Loading

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In this tutorial, you will create a friend detector - a wrist-mounted gadget tha
1717
* Some duct tape (I recommend this [rainbow duct tape](https://amzn.to/2XLnFGN))
1818
* Velcro
1919

20-
![Picture of what is needed - a micro:bit with power pack, duct tape, velcro and a computer]()
20+
![Picture of what is needed - a micro:bit with power pack, duct tape, velcro and a computer](./Images/WhatYouNeed.JPG)
2121

2222
## The steps
2323

Steps/GettingStarted.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ In this step you will get started setting up your micro:bit and getting to know
55
# Get everything ready
66

77
* Plug the micro:bit into your computer using the micro USB cable.
8-
9-
![Photo of the micro:bit plugged into a MacBook Pro]()
108

119
* Open [makecode.microbit.org](https://makecode.microbit.org/) in your browser
1210

Steps/ProgrammingTheMicrobit.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ When you create a new project, you get a workspace with two blocks - `on start`
1212

1313
## Write your first program
1414

15-
> If you have coded the micro:bit before, skip this section and jump to [Building the friend detector](./GettingStarted.md#Building-the-friend-detector).
15+
> If you have coded the micro:bit before, skip this section and jump to [building the friend detector](./Algorithm.md).
1616
1717
To ensure everything is working, lets create a simple program to light up the LEDs.
1818

1919
* Expand the *Basic* section of the toolbox
2020
* Drag a `show leds` block to inside the `on start` block on the workspace
2121

22-
![Animated gif showing the show leds block being dragged into the on start block]()
22+
![Animated gif showing the show leds block being dragged into the on start block](../Images/DragShowLeds.gif)
2323

2424
* Select squares in the 5x5 grid inside the `show leds` block to select with LEDs you want turned on. For example, draw a heart.
2525

26-
![Animated gif showing the squares in the show leds block being toggled to show a heart shape]()
26+
![Animated gif showing the squares in the show leds block being toggled to show a heart shape](../Images/LightLeds.gif)
2727

2828
You will see the output of this program in the simulator. The LEDs will be lit matching the shape you drew.
2929

@@ -51,13 +51,13 @@ If you were not able to pair your device with MakeCode:
5151
* Find your micro:bit, it will be available as an external drive
5252
* Drag the `microbit-Untitled.hex` file from your `Downloads` folder to the micro:bit drive
5353

54-
![Animated gif showing the hex file being dragged from the downloads folder to the micro:bit drive]()
54+
![Animated gif showing the hex file being dragged from the downloads folder to the micro:bit drive](../Images/DragHexFile.gif)
5555

5656
The code will be deployed to the micro:bit, and the micro:bit restarted. The `on start` block will run and the LEDs will light up.
5757

5858
## Run the app
5959

60-
![A photo of the micro:bit with the LEDs lit up like a heart]()
60+
![A photo of the micro:bit with the LEDs lit up like a heart](../Images/HeartOnMicrobit.jpg)
6161

6262
Congratulations, you have created your first micro:bit program. Now let's build the friend detector. Remove the `show leds` block from the `on start` block so you have a clean workspace.
6363

0 commit comments

Comments
 (0)