Initial commit
This commit is contained in:
6
components/ui/CMakeLists.txt
Normal file
6
components/ui/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
idf_component_register(
|
||||
SRCS "ui.c"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES common
|
||||
PRIV_REQUIRES esp_driver_i2c esp_driver_gpio driver
|
||||
)
|
||||
Reference in New Issue
Block a user