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-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,17 +12,17 @@ To use MicroCode, you will need to:
12
12
2. Download the [microcode hex file](./assets/microcode-v2.hex) and copy it your micro:bit.
13
13
3. Insert the micro:bit into the display shield, and make sure the combination is powered.
14
14
15
-
With the above hardware, in addition to the freely-available MicroCode software, you can also make use
16
-
of these other great programming environments:
15
+
With the above hardware, in addition to the freely-available MicroCode software, you also
16
+
can use these other free programming environments:
17
17
18
-
- create your own graphics with [MakeCode for micro:bit](https://makecode.microbit.org) and the [display shield extension](makecode.microbit.org/pkg/microbit-apps/display-shield))
19
-
- develop retro arcade games wuth[MakeCode Arcade](https://arcade.makecode.com)
18
+
- create your own graphics with [MakeCode for micro:bit](https://makecode.microbit.org) and the [display shield extension](https://makecode.microbit.org/pkg/microbit-apps/display-shield)
19
+
- develop retro arcade games with[MakeCode Arcade](https://arcade.makecode.com)
20
20
21
-
### With simulators
21
+
### With simulators (no hardware required)
22
22
23
23
You can load this repo into [https://makecode.microbit.org/beta](https://makecode.microbit.org/beta) using the import button on the right-hand side of the home page via "Import URL". Enter [https://github.com/microbit-apps/microcode-v2](https://github.com/microbit-apps/microcode-v2) as the URL.
24
24
25
-
## What's new?
25
+
## What's New?
26
26
27
27
- MicroCode is built using [MakeCode for the micro:bit](https://makecode.microbit.org/beta), which
28
28
provides direct access to all the micro:bit APIs available through MakeCode
0 commit comments