2015-07-10 06:01:56 -07:00
|
|
|
/**
|
|
|
|
* @file adc_inputs.h
|
|
|
|
*
|
|
|
|
* @date Dec 7, 2013
|
2017-01-03 03:05:22 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
2015-07-10 06:01:56 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef ADC_INPUTS_H_
|
|
|
|
#define ADC_INPUTS_H_
|
|
|
|
|
2019-09-22 06:56:06 -07:00
|
|
|
#include "boards.h"
|
|
|
|
|
2015-07-10 06:01:56 -07:00
|
|
|
#endif /* ADC_INPUTS_H_ */
|