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-10-02 11:03:28 -07:00
|
|
|
extern Engine engine;
|
|
|
|
|
2014-08-29 07:52:33 -07:00
|
|
|
void initSensors(void) {
|
2014-10-02 11:03:28 -07:00
|
|
|
initThermistors(&engine);
|
2014-08-29 07:52:33 -07:00
|
|
|
}
|