fome-fw/firmware/controllers/sensors/allsensors.cpp

15 lines
207 B
C++
Raw Normal View History

2014-08-29 07:52:33 -07:00
/**
2014-10-02 10:03:00 -07:00
* @file allsensors.cpp
2014-08-29 07:52:33 -07:00
* @brief
*
*
* @date Nov 15, 2013
* @author Andrey Belomutskiy, (c) 2012-2014
*/
#include "allsensors.h"
2014-11-07 08:08:15 -08:00
void initSensors(Engine *engine) {
initThermistors(engine);
2014-08-29 07:52:33 -07:00
}