restructure: splitting out sensor functions into their own source files

This commit is contained in:
A.M. Rowsell 2026-06-27 14:12:43 -04:00
commit a6211b4c9d
8 changed files with 184 additions and 70 deletions

View file

@ -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