Added WS2812 driver and examples (squashed commits)

This commit is contained in:
Ondřej Hruška 2016-03-01 14:06:40 +01:00
parent 798d5c7488
commit e97dca4859
5 changed files with 421 additions and 0 deletions

View 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))