Mu is no longer maintained: 1cabc86041
pull/1110/head
Luke Hutscal 2025-10-17 20:30:40 -06:00 zatwierdzone przez GitHub
rodzic 5919c54428
commit 03e2466df5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 2 usunięć

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)