Skip to content

Commit

Permalink
led_strip: add info header to .c file
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleRus committed Sep 10, 2020
1 parent 1322413 commit ea4d9fb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions components/led_strip/led_strip.c
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/UncleRus>
*
* MIT Licensed as described in the file LICENSE
*/
#include "led_strip.h"
#include <esp_log.h>
#include <esp_attr.h>
Expand Down

0 comments on commit ea4d9fb

Please sign in to comment.