Added WS2812 driver and examples (squashed commits)
This commit is contained in:
parent
798d5c7488
commit
e97dca4859
5 changed files with 421 additions and 0 deletions
8
extras/ws2812/component.mk
Normal file
8
extras/ws2812/component.mk
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Component makefile for extras/ws2812
|
||||
|
||||
INC_DIRS += $(ws2812_ROOT)
|
||||
|
||||
# args for passing into compile rule generation
|
||||
ws2812_SRC_DIR = $(ws2812_ROOT)
|
||||
|
||||
$(eval $(call component_compile_rules,ws2812))
|
Loading…
Add table
Add a link
Reference in a new issue