rmt + some of link layer

This commit is contained in:
superkor
2025-07-06 00:28:01 -04:00
parent 3bc92ac6f3
commit fd4207bebf
18 changed files with 2555 additions and 169 deletions

View File

@@ -0,0 +1,3 @@
idf_component_register(SRCS "DataLinkManager.cpp"
PRIV_REQUIRES driver esp_event nvs_flash esp_netif rmt
INCLUDE_DIRS "include")