Arduino_APA102

Signal Input/Output

Control rgb LEDs APA102
Allows you to control LEDs rgb, APA102

Compatibility

This library is compatible with the samd architecture so you should be able to use it on the following Arduino boards:

Compatibility Note

Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.

Usage

This library allows an Arduino board to control the APA102 RGB LEDs. This RGB devices can be controlled with 2 lines and the wiring is serial.

To use this library:

#include <Arduino_APA102.h>

Arduino_APA102(totalLEDs, dataLine, ClockLine);

Circuit

Connect both SCK and SDA pins to a digital pin in your Arduino.

Examples

Methods