|
Tiny-WS2812
1.0.0
A tiny cross-platform WS2812 LED Strip driver
|
| ▼ examples | |
| ▼ arduino_avr | Examples for Arduino AVR builds |
| blink_array.c | Blinks one or more WS2812 devices using a RGB array |
| blink_cpp.cpp | C++ Wrapper implementation of blink_array.c |
| blink_loop.c | Blinks one or more WS2812 devices using a more memory efficient method than the blink_array.c example |
| ▼ avr | Examples for AVR builds |
| blink_array.c | Blinks one or more WS2812 devices using a RGB array |
| blink_cpp.cpp | C++ Wrapper implementation of blink_array.c |
| blink_loop.c | Blinks one or more WS2812 devices using a more memory efficient method than the blink_array.c example |
| ▼ stm8s | |
| blink_array.c | Blinks one or more WS2812 devices using a RGB array |
| ▼ include | |
| ws2812.h | Exposes the Tiny-WS2812 library interface |
| ws2812_avr.h | Provides AVR platform specific definitions |
| ws2812_common.h | Definitions required by all platform specific headers |
| ws2812_cpp.h | C++ Wrapper for the Tiny-WS2812 interface |
| ws2812_stm8s.h | Provides STM8S platform specific definitions |
| ▼ src | |
| ws2812_avr.c | Driver code for AVR chips |
| ws2812_common.c | Common code shared accross all supported platforms |
| ws2812_cpp.cpp | Defines functions for the Tiny-WS2812 C++ interface wrapper |
| ws2812_stm8s.c | Driver code for STM8S chips |