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,6 @@
# Makefile for the ws2812 Rainbow example
PROGRAM=ws2812_rainbow
EXTRA_COMPONENTS = extras/ws2812
include ../../common.mk