iliozac / Raspberry-Pi-Pico-Studies

My MicroPython studies on the Raspberry Pi Pico

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raspberry Pi Pico Micrpython studies and experiments

I'm collecting here my studies and experiments about MicroPython on Raspberry Pi Pico. Programming examples and libraries used are located in the pico folder. Read the pico folder readme for understanding how examples are organized.

In the doc folder are located datasheets, PDFs, and other things that Raspberry Pi Foundation give for free. I put those docs here for my own ease of use.

The uf2 folder contains some compiled codes. Upload of those files on the PICO in boot mode will erase the MicroPython interpreter: you can reload it from Thonny IDE.

My tutorials

I've written some articles on my blog too: are in Italian language but should be translated automatically by your browser since I've installed a plugin that does this. Actually there is those articles:

About

My MicroPython studies on the Raspberry Pi Pico


Languages

Language:Python 97.6%Language:C 2.4%