fome-fw/firmware/controllers/map_averaging.h

17 lines
295 B
C

/**
* @file map_averaging.h
*
* @date Dec 11, 2013
* @author Andrey Belomutskiy, (c) 2012-2014
*/
#ifndef ADC_AVERAGING_H_
#define ADC_AVERAGING_H_
#include "engine.h"
void mapAveragingCallback(adcsample_t newValue);
void initMapAveraging(Engine *engine);
#endif /* ADC_AVERAGING_H_ */