/** * @file allsensors.cpp * @brief * * * @date Nov 15, 2013 * @author Andrey Belomutskiy, (c) 2012-2014 */ #include "allsensors.h" void initSensors(Engine *engine) { initThermistors(engine); }