#include <stdint.h>
#include "SerialWombat.h"
Go to the source code of this file.
|
class | SerialWombatWS2812 |
| A Class representing a WS2812 or compatible RGB LED string connected to a Serial Wombat pin. More...
|
|
◆ SWWS2812Mode
Enumerator |
---|
ws2812ModeBuffered | Standard buffered mode. Colors are uploaded by the host.
|
ws2812ModeAnimation | Multiple arrays with delays are uploaded by the host and displayed over time by the Serial Wombat chip.
|
ws2812ModeChase | A single lit LED cycles through all of the LEDs.
|
Definition at line 27 of file SerialWombatWS2812.h.