Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 332 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 332 Bytes

APA102 Library

RP2040 library for controlling strips/pixels using APA102 (RGBW) LEDs using PIO and pico-sdk

I wanted a library for use with the APA102 (RGBW) on the RP2040 that didn't rely on Arduino.h or any other AVR include file. So I created this library using the pico-examples, and some other RP2040 sources as reference.