restructure: splitting out sensor functions into their own source files
This commit is contained in:
parent
764aff6df0
commit
a6211b4c9d
8 changed files with 184 additions and 70 deletions
|
|
@ -24,7 +24,7 @@ project(ensaht C CXX ASM)
|
|||
|
||||
# Add executable. Default name is the project name, version 0.1
|
||||
|
||||
add_executable(ensaht ensaht.c mqtt.c)
|
||||
add_executable(ensaht main.c mqtt.c bmp.c aht.c ens.c)
|
||||
|
||||
# Add the standard include files to the build
|
||||
target_include_directories(ensaht PRIVATE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue