Skip to content
/ pico-sdf Public

raspberry pi pico framework for build, programming and monitor

Notifications You must be signed in to change notification settings

MiCyg/pico-sdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

raspberry pi pico framework for build, programming and monitor

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published