diff --git a/components/led_strip/led_strip.c b/components/led_strip/led_strip.c index eb7a0d3a..a90b8576 100644 --- a/components/led_strip/led_strip.c +++ b/components/led_strip/led_strip.c @@ -1,3 +1,12 @@ +/** + * @file led_strip.c + * + * RMT-based ESP-IDF driver for WS2812B/SK6812/APA106 LED strips + * + * Copyright (C) 2020 Ruslan V. Uss + * + * MIT Licensed as described in the file LICENSE + */ #include "led_strip.h" #include #include