Init
This commit is contained in:
@@ -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 "."
|
||||
)
|
||||
Reference in New Issue
Block a user