ws2812_i2s: WS2812 leds driver implementation using i2s_dma library

This commit is contained in:
sheinz 2016-08-16 10:53:56 +03:00
parent 27135d6252
commit 666f821263
6 changed files with 347 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# Component makefile for extras/ws2812_i2s
# expected anyone using ws2812_i2s driver includes it as 'ws2812_i2s/ws2812_i2s.h'
INC_DIRS += $(ws2812_i2s_ROOT)..
# args for passing into compile rule generation
ws2812_i2s_SRC_DIR = $(ws2812_i2s_ROOT)
$(eval $(call component_compile_rules,ws2812_i2s))