ported RTD code as well
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2022-03-31 17:58:16 +02:00
parent 053c65b6cd
commit 33ec092998
7 changed files with 130 additions and 126 deletions

View File

@ -10,5 +10,6 @@ namespace ObjectFactory {
void createSunSensorComponents(GpioIF* gpioComIF, SpiComIF* spiComIF, PowerSwitchIF* pwrSwitcher,
std::string spiDev);
void createRtdComponents(std::string spiDev, GpioIF* gpioComIF, PowerSwitchIF* pwrSwitcher);
}
} // namespace ObjectFactory