add/update interface

This commit is contained in:
Lurkars
2020-08-16 16:40:05 +02:00
parent 628ee8fe39
commit b473e88be1
46 changed files with 2785 additions and 1463 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
idf_component_register(
SRCS
"ds3231.c"
INCLUDE_DIRS "include"
INCLUDE_DIRS "."
PRIV_REQUIRES
i2c-main
)