diff --git a/resources/README.md b/resources/README.md new file mode 100644 index 0000000..12fdbff --- /dev/null +++ b/resources/README.md @@ -0,0 +1,12 @@ +Included here is the UF2 file necessary to flash a Raspberry Pi Pico W with MicroPython. + +To use it: +* Unplug your RPI from USB +* Hold down the Bootsel button +* While holding down, connect USB +* Release Bootsel button + +The Pico will appear as a drive on your system. +Drag and drop the UF2 file onto the Pico drive - it will be reset with MicroPython installed. + +You are ready to code! \ No newline at end of file diff --git a/resources/RPI_PICO_W-20240602-v1.23.0.uf2 b/resources/RPI_PICO_W-20240602-v1.23.0.uf2 new file mode 100644 index 0000000..cab3064 Binary files /dev/null and b/resources/RPI_PICO_W-20240602-v1.23.0.uf2 differ