Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/calint/picow
- Owner: calint
- Created: 2023-08-16T12:55:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-11T12:08:49.000Z (7 months ago)
- Last Synced: 2024-04-11T13:35:04.208Z (7 months ago)
- Topics: micropython, raspberry-pico-w
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-serialcode --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.ruffvisual code command to activate project for pico-w extension:
>MicroPico: Configure project
```