esp-ena/components/ds3231/CMakeLists.txt
2020-08-16 16:40:05 +02:00

7 lines
111 B
CMake

idf_component_register(
SRCS
"ds3231.c"
INCLUDE_DIRS "."
PRIV_REQUIRES
i2c-main
)