2015-07-10 06:01:56 -07:00
|
|
|
/**
|
|
|
|
* @file adc_inputs.h
|
|
|
|
*
|
|
|
|
* @date Dec 7, 2013
|
2020-01-13 18:57:43 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
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_ */
|