continued low level MAX31865 handler
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2022-05-12 11:27:30 +02:00
parent 23f209fb07
commit 6b9e49e632
7 changed files with 221 additions and 64 deletions

View File

@ -5,7 +5,7 @@ if(EIVE_BUILD_GPSD_GPS_HANDLER)
endif()
target_sources(${OBSW_NAME} PRIVATE
Max31865RtdReader.cpp
Max31865RtdLowlevelHandler.cpp
)
add_subdirectory(ploc)