Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cshaa/pico-demo-buck
Firmware for a simple buck convertor (step-down)
https://github.com/cshaa/pico-demo-buck
Last synced: 9 days ago
JSON representation
Firmware for a simple buck convertor (step-down)
- Host: GitHub
- URL: https://github.com/cshaa/pico-demo-buck
- Owner: cshaa
- Created: 2024-09-25T17:59:34.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-25T17:59:51.000Z (4 months ago)
- Last Synced: 2025-01-17T21:12:56.414Z (10 days ago)
- Language: CMake
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raspberry Pi Pico – Demo Project
Blinks the built-in LED and print "Hello World (elapsed time)" to the USB tty.
```sh
make build
# or
make build CFLAGS="-DPICO_W=ON" # for Pico W
make build CFLAGS="-DPICO_W=OFF" # for Pico
# then
make flash
```