new RTD reader module handling all RTD SPI Communication
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2022-05-09 21:29:54 +02:00
parent 9f9fa9b41b
commit 50c363fb6f
11 changed files with 510 additions and 96 deletions

View File

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