ws2812_i2s: WS2812 leds driver implementation using i2s_dma library
This commit is contained in:
parent
27135d6252
commit
666f821263
6 changed files with 347 additions and 0 deletions
9
extras/ws2812_i2s/component.mk
Normal file
9
extras/ws2812_i2s/component.mk
Normal 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))
|
Loading…
Add table
Add a link
Reference in a new issue