Initial commit

This commit is contained in:
2026-06-24 16:37:26 +08:00
commit 6347ccb13e
874 changed files with 104994 additions and 0 deletions

3
main/CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
idf_component_register(SRCS "led_strip_example_main.c" "led_strip_encoder.c"
PRIV_REQUIRES esp_driver_rmt
INCLUDE_DIRS ".")