Raspberry Pi Pico RP2040 basic examples in Python
cd ~/pico
git clone https://github.com/LetsOKdo/pico-basics-py.git
- Install MycroPython bootloader http://www.raspberrypi.org/documentation/rp2040/getting-started/
- Open Thonny and set interpreter to MicroPython (Raspberry Pi Pico)
- Load example code eg. File -> pi/pico/pico-basics-py/pico_io/adc_read.py
- Run script - Run -> Run current script (F5)
- Stop script - Run -> Stop/Restart backend (Ctrl+F2)