15 lines
189 B
C
15 lines
189 B
C
|
/**
|
||
|
* @file allsensors.h
|
||
|
* @brief
|
||
|
*
|
||
|
*
|
||
|
* @date Nov 15, 2013
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2014
|
||
|
*/
|
||
|
|
||
|
#include "allsensors.h"
|
||
|
|
||
|
void initSensors(void) {
|
||
|
initThermistors();
|
||
|
}
|