Merge pull request #1110 from girasquid/patch-1

Remove Mu
main
Hel Gibbons 2025-10-20 09:48:17 +01:00 zatwierdzone przez GitHub
commit 1e7fb9e723
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 3 dodań i 4 usunięć

Wyświetl plik

@ -24,10 +24,9 @@ This is fine and expected - once your board restarts running MicroPython it will
### OK, then how do I transfer files/edit code?
To program it and to transfer files to and from it you'll need to use an interpreter, such as Thonny or Mu.
To program it and to transfer files to and from it you'll need to use an interpreter, such as Thonny.
- [Download Thonny](https://thonny.org/)
- [Download Mu](https://codewith.mu/)
If you're hardcore, you can also transfer files to boards running MicroPython using command line tools, like `mpremote`.

Wyświetl plik

@ -55,10 +55,9 @@ Here's what the 'RPI-RP2' drive looks like in Windows:
**Copy the downloaded firmware image across to the 'RPI-RP2' drive**. Once it has finished uploading (which takes a few seconds) the board will restart itself.
⚠ Note that once your board restarts running MicroPython it will no longer show up as a drive. To program it and to transfer files to and from it you'll need to use an interpreter, such as Thonny or Mu.
⚠ Note that once your board restarts running MicroPython it will no longer show up as a drive. To program it and to transfer files to and from it you'll need to use an interpreter, such as Thonny.
- [Download Thonny](https://thonny.org/)
- [Download Mu](https://codewith.mu/)
You can also transfer files to boards running MicroPython using command line tools, like `mpremote`.
@ -75,3 +74,4 @@ Note that most of our MicroPython images don't include examples, so you'll need
Having trouble getting started? Check out the link below:
- [MicroPython FAQs](faqs-micropython.md)