14 lines
195 B
C
14 lines
195 B
C
|
/**
|
||
|
* @file adc_inputs.h
|
||
|
*
|
||
|
* @date Dec 7, 2013
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
||
|
*/
|
||
|
|
||
|
#ifndef ADC_INPUTS_H_
|
||
|
#define ADC_INPUTS_H_
|
||
|
|
||
|
#include "adc_math.h"
|
||
|
|
||
|
#endif /* ADC_INPUTS_H_ */
|