This commit is contained in:
2025-04-29 23:23:45 +02:00
parent 7acfb06d42
commit bc8616ef5f
12 changed files with 305 additions and 104 deletions

View File

@@ -1,2 +1,12 @@
idf_component_register(SRCS "main.c"
"lipton/cci.cpp"
"lipton/i2c.cpp"
"lipton/lepton_system.cpp"
"lipton/lepton_utilities.cpp"
"lipton/vospi.cpp"
"lipton/cci.h"
"lipton/i2c.h"
"lipton/lepton_system.h"
"lipton/lepton_utilities.h"
"lipton/vospi.h"
INCLUDE_DIRS ".")