priv impl and scaffold for driver

This commit is contained in:
2026-08-13 18:09:31 -05:00
parent 885a133080
commit 2456b83c0d
7 changed files with 591 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
idf_component_register(
SRCS "bbnow_pub.cpp"
SRCS "bbnow_driver.cpp" "bbnow_priv.cpp" "bbnow_pub.cpp"
INCLUDE_DIRS "include" "."
# PRIV_REQUIRES
)