expander work

This commit is contained in:
2026-03-30 20:57:29 -05:00
parent af60710405
commit 8c0b6823fd
9 changed files with 522 additions and 8 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
idf_component_register(
SRCS "blk_box.cpp"
INCLUDE_DIRS "include"
INCLUDE_DIRS "include" "."
PRIV_REQUIRES
esp_driver_gpio
esp_driver_i2c
)
add_subdirectory(drivers)