Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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
```