This commit is contained in:
2026-04-08 18:08:13 +02:00
commit 9504255571
15 changed files with 1754 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
set(component_srcs "mirf.c")
idf_component_register(
SRCS "${component_srcs}"
PRIV_REQUIRES driver esp_driver_spi esp_driver_gpio
INCLUDE_DIRS "."
)