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
6
examples/ws2812_rainbow/Makefile
Normal file
6
examples/ws2812_rainbow/Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Makefile for the ws2812 Rainbow example
|
||||
|
||||
PROGRAM=ws2812_rainbow
|
||||
EXTRA_COMPONENTS = extras/ws2812
|
||||
|
||||
include ../../common.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue