From ea4d9fb05dd353729cd58bb02792266e4f585b67 Mon Sep 17 00:00:00 2001 From: UncleRus Date: Thu, 10 Sep 2020 12:59:49 +0500 Subject: [PATCH] led_strip: add info header to .c file --- components/led_strip/led_strip.c | 9 +++++++++ 1 file changed, 9 insertions(+) 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