bb driver impl (not tested)

This commit is contained in:
2026-08-14 00:51:19 -05:00
parent 2456b83c0d
commit f85dee5d7a
4 changed files with 372 additions and 24 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
idf_component_register(
SRCS "bbnow_driver.cpp" "bbnow_priv.cpp" "bbnow_pub.cpp"
INCLUDE_DIRS "include" "."
# PRIV_REQUIRES
REQUIRES
esp_wifi
freertos
)