You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manual.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The MicroCode visual programming model is based on Kodu and targets children age
14
14
-[arcade shields](./purchase#arcade-shields) for the micro:bit V2 enable "on the go" programming with familiar game console controls
15
15
- kid-friendly, icon-based, structured code editor and [programming language](./language)
16
16
- lots of [sample programs](./samples) to get started
17
-
-[translated](#localization) in 20+ languages
17
+
-[hex files](#hexfiles) in 20+ languages
18
18
- remote control a [micro:bit robot](./robot) using MicroCode
19
19
to follow lines, avoid obstacles and more.
20
20
- extend and program your creation with [Jacdac accessories](#jacdac) (LEDs, servos, ...)
@@ -28,7 +28,7 @@ All the above hardware can be [purchased](./purchase.md) from a variety of vendo
28
28
Regardless of whether you are using the Arcade shield or web app, you first need to download the (localized) MicroCode hex file to your micro:bit V2. There are two ways to do this:
29
29
30
30
1. visit the [web app](https://microbit-apps.github.io/microcode-classic/) and follow directions to connect your micro:bit and [automatically download over WebUSB](#download)
31
-
2. visit the [localization](#localization) section to _download_ the MicroCode hex file to your computer and copy to your micro:bit V2 (plugged into your computer via USB).
31
+
2. visit the [hex files](#hexfiles) section to _download_ the MicroCode hex file to your computer and copy to your micro:bit V2 (plugged into your computer via USB).
32
32
33
33
## Hands-on resources
34
34
@@ -56,7 +56,7 @@ In this video, we launch an LED animation when a clap is detected.
0 commit comments