Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 733 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 733 Bytes

Pico Small Development Framework

Raspberry pi pico framework for build, programming and monitor.

Configure

Project should be in this same folder as pico-sdk, example tree:

./
├── pico-sdk/
├── pico-examples/
├── pico-extras/
├── pico-playground/
└── pico-sdf/

First thing you must do is set path in pico_env.sh script. Next, you should edit .bashrc and optional .zshrc use commands:

echo "alias get_pico='. /path/to/pico_env.sh'" >> ~/.bashrc
echo "alias get_pico='. /path/to/pico_env.sh'" >> ~/.zshrc
source ~/.bashrc

Now, when you want to use pico framework use command get_pico. Next, type pico.py -h for additional information about framework options and usage.