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