Initialize ESP32-S3 smoke-test project cycling the RGB led.

This commit is contained in:
2026-08-21 11:51:56 +02:00
commit 0ce360da20
10 changed files with 227 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
idf_component_register(
SRCS "main.c"
INCLUDE_DIRS "."
)