Moving into components parts of the provider project

This commit is contained in:
2026-03-26 20:36:27 -04:00
parent cfe19d5e65
commit f483a4d292
12 changed files with 48 additions and 30 deletions
+3
View File
@@ -0,0 +1,3 @@
idf_component_register(SRCS "led.cpp"
INCLUDE_DIRS "." "../shared"
PRIV_REQUIRES led_strip)