Add initial sensor sampler and processing components
This commit is contained in:
+8
-1
@@ -9,7 +9,14 @@ find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
|
||||
|
||||
project(app LANGUAGES C)
|
||||
|
||||
target_sources(app PRIVATE src/main.cpp)
|
||||
target_sources(app
|
||||
PRIVATE
|
||||
src/main.cpp
|
||||
src/SensorDataProcessor.cpp
|
||||
src/SensorDataProcessor.hpp
|
||||
src/SensorSampler.cpp
|
||||
src/SensorSampler.hpp
|
||||
)
|
||||
|
||||
# The code below locates the git index file for this repository and adds it as a dependency for
|
||||
# the application VERSION file so that if the repo has a new commit added, even if no files in
|
||||
|
||||
Reference in New Issue
Block a user