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: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,10 @@ MicroCode is an icon-based programming language and editor for young learners to
6
6
7
7
### With hardware
8
8
9
-
You will need a micro:bit V2 and one of the [display shields for the microbit](https://makecode.microbit.org/pkg/microbit-apps/display-shield).
10
-
Download the [microcode hex file](./assets/microcode-v2.hex) and copy it your micro:bit.
9
+
To use MicroCode, you will need to:
10
+
11
+
1. Get a micro:bit (v2) and one of the [display shields](https://makecode.microbit.org/pkg/microbit-apps/display-shield).
12
+
2. Download the [microcode hex file](./assets/microcode-v2.hex) and copy it your micro:bit.
11
13
12
14
With the above hardware, in addition to the freely-available MicroCode software, you can also make use
13
15
of these other great programming environments:
@@ -32,9 +34,9 @@ You can load this repo into [https://makecode.microbit.org/beta](https://makecod
32
34
33
35
- Lots of changes to improve reliability
34
36
35
-
## What happened to MicroCode v1 and its cool features?
37
+
## What happened to MicroCode-classic and its features?
36
38
37
-
While we soon will retire the [MicroCode v1](https://aka.ms/microcode) web site, we plan to bring back the following features from MicroCode v1:
39
+
While we soon will retire the [MicroCode-classic](https://aka.ms/microcode) web site, we plan to bring back the following features from MicroCode-classic:
38
40
39
41
- Option to to use 1-5 counting dots, instead of decimal notation, for beginners.
0 commit comments