Skip to content

LetsOKdo/pico-basics-py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pico-basics-py

Raspberry Pi Pico RP2040 basic examples in Python

Clone repo to pico directory

cd ~/pico
git clone https://github.com/LetsOKdo/pico-basics-py.git

Run examples in Thonny

  • 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)

About

Raspberry Pi Pico RP2040 basic examples in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%