Tiny-WS2812  1.0.0
A tiny cross-platform WS2812 LED Strip driver
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  examples
  arduino_avrExamples for Arduino AVR builds
 blink_array.cBlinks one or more WS2812 devices using a RGB array
 blink_cpp.cppC++ Wrapper implementation of blink_array.c
 blink_loop.cBlinks one or more WS2812 devices using a more memory efficient method than the blink_array.c example
  avrExamples for AVR builds
 blink_array.cBlinks one or more WS2812 devices using a RGB array
 blink_cpp.cppC++ Wrapper implementation of blink_array.c
 blink_loop.cBlinks one or more WS2812 devices using a more memory efficient method than the blink_array.c example
  stm8s
 blink_array.cBlinks one or more WS2812 devices using a RGB array
  include
 ws2812.hExposes the Tiny-WS2812 library interface
 ws2812_avr.hProvides AVR platform specific definitions
 ws2812_common.hDefinitions required by all platform specific headers
 ws2812_cpp.hC++ Wrapper for the Tiny-WS2812 interface
 ws2812_stm8s.hProvides STM8S platform specific definitions
  src
 ws2812_avr.cDriver code for AVR chips
 ws2812_common.cCommon code shared accross all supported platforms
 ws2812_cpp.cppDefines functions for the Tiny-WS2812 C++ interface wrapper
 ws2812_stm8s.cDriver code for STM8S chips