rusefi-1/firmware/controllers/map_averaging.h

21 lines
367 B
C

/**
* @file map_averaging.h
*
* @date Dec 11, 2013
* @author Andrey Belomutskiy, (c) 2012-2015
*/
#ifndef ADC_AVERAGING_H_
#define ADC_AVERAGING_H_
#include "engine.h"
#if HAL_USE_ADC || defined(__DOXYGEN__)
void mapAveragingCallback(adcsample_t newValue);
void initMapAveraging(Logging *sharedLogger, Engine *engine);
#endif
#endif /* ADC_AVERAGING_H_ */