esp-open-rtos/examples/ws2812_i2s/Makefile

7 lines
143 B
Makefile
Raw Normal View History

# Makefile for the ws2812_i2s example
PROGRAM=ws2812_i2s_example
EXTRA_COMPONENTS = extras/i2s_dma extras/ws2812_i2s
include ../../common.mk