Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Keep changes minimal, consistent with existing patterns, and validate by buildin
## Gotchas
- Do not edit `pxt_modules/*` unless you understand MakeCode shims; changes may require rebuilding native parts and break compatibility.
- `pxt.json.files` list controls bundling; new TS files must be added there to be built.
- Built `assets/microcode-v2.hex` is a distribution artifact; maintain via normal build/deploy workflows.
- Built `assets/microcode.hex` is a distribution artifact; maintain via normal build/deploy workflows.
- Localization folders contain many locales; keep keys aligned across languages and fallback to `en`.

## Quick Commands
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MicroCode is an icon-based programming language and editor for young learners to
To use MicroCode, you will need to:

1. Get a micro:bit (v2) and one of the [display shields](https://makecode.microbit.org/pkg/microbit-apps/display-shield).
2. Download the [microcode hex file](./assets/microcode-v2.hex) and copy it your micro:bit.
2. Download the [microcode hex file](./assets/microcode.hex) and copy it to your micro:bit.
3. Insert the micro:bit into the display shield, and make sure the combination is powered.

With the above hardware, in addition to the freely-available MicroCode software, you also
Expand Down
Loading
Loading