Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/calint/picow

experiments with raspberry pico w
https://github.com/calint/picow

micropython raspberry-pico-w

Last synced: 3 days ago
JSON representation

experiments with raspberry pico w

Awesome Lists containing this project

README

        

# picow
experiments with raspberry pico w

```
# setting up python environment
python3 -m venv ~/python-env

# setting up visual code environment on ubuntu 23.04
sudo apt update
sudo apt install code
sudo apt install python3-serial

code --install-extension ms-python.python
code --install-extension ms-python.vscode-pylance
code --install-extension ms-python.mypy-type-checker
code --install-extension ms-python.isort
code --install-extension visualstudioexptteam.vscodeintellicode
code --install-extension paulober.pico-w-go
code --install-extension charliermarsh.ruff

visual code command to activate project for pico-w extension:
>MicroPico: Configure project
```