This is an old revision of the document!
Micro Python
Micro Python Examples
Here are some Micro Python programs for you to try. Please bear in mind that these examples will likely require you to build some basic hardware (A Pico with, LEDs or buttons etc) before you can test the Micro Python code itself. In the Projects Section, there will be files for building the project hardware, software and 3D print files for the casing etc.
Raspberry Pi Pico Simulator - Only use this to start if you don't have a Raspberry Pi Pico board.
These first three examples all use the onboard LED on the Raspberry Pi Pico.
From here we are using the GPIO pins on the Raspberry Pi Pico.
Making your Raspberry Pi Pico code run on boot.
Full Projects. Full Projects are where we have built some circuitry, written some Micro Python Code and 3D Modelled an enclosure/stand etc. Sections in here might exist in other areas of the wiki, but to tie them together, we will create a project and put all relevant information in there.

