From 2c2ecd1eb492dd041993b75104a2dd37b0f0aa55 Mon Sep 17 00:00:00 2001 From: Marcello Romani Date: Sun, 5 Mar 2023 11:47:03 +0000 Subject: [PATCH] doc: added simple instructions for Mu Editor --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 9a75427..ae33cb5 100644 --- a/README.md +++ b/README.md @@ -70,3 +70,17 @@ Flash the code onto the micro:bit * Quiz Master: press B to reveal the name (device id) of the fastest participant to answer correctly. Press the reset button on the back of the microbit board to clear the winner name. + +## Flashing the code with Mu Editor + +Mu Editor is one of the easiest way to program the microbit. + +* Download the editor from https://codewith.mu/ + +* Write the code + +* Press "Tidy" and "Check" before uploading the code to check for any errors + +* Connect the microbit to the computer with a micro-usb cable + +* Click "Flash"