Imported from GitHub: bluekeyes/pico-12vrgb-hid-controller · commit 925ff18 · license MIT
Description
4-pin RGB controller using the Pi Pico and USB HID
README
pico-12vrgb-controller
This directory contains a Pico SDK project for the controller firmware. The
Raspberry Pi Pico SDK and cmake are required.
Building
export PICO_SDK_PATH=/path/to/pico-sdk-1.5.0
mkdir build
cd build
cmake ..
make
Edit src/config.h before building to modify device configuration.
No comments yet. Be the first to ask about this board.