Initial commit

This commit is contained in:
2026-01-17 09:53:08 +02:00
commit 159633e837
148 changed files with 42795 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
idf_component_register(
SRCS "ui.c"
INCLUDE_DIRS "include"
REQUIRES common
PRIV_REQUIRES esp_driver_i2c esp_driver_gpio driver
)