1 Star 0 Fork 0

葱先生/ESP32-NeoPixel-WS2812-RMT

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 277 Bytes
一键复制 编辑 原始数据 按行查看 历史
odx 提交于 2020-08-22 22:51 . initialized component configuration
if(IDF_VERSION_MAJOR GREATER_EQUAL 4)
idf_component_register(SRC_DIRS ./
REQUIRES log driver
INCLUDE_DIRS ./)
else()
set(COMPONENT_SRCDIRS ./)
set(COMPONENT_ADD_INCLUDEDIRS ./)
set(COMPONENT_REQUIRES log driver)
register_component()
endif()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/himrcong/ESP32-NeoPixel-WS2812-RMT.git
git@gitee.com:himrcong/ESP32-NeoPixel-WS2812-RMT.git
himrcong
ESP32-NeoPixel-WS2812-RMT
ESP32-NeoPixel-WS2812-RMT
master

搜索帮助