|
/**
|
|
* @file analog_chart.h
|
|
*
|
|
* @date Dec 20, 2013
|
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
|
*/
|
|
|
|
#ifndef ANALOG_CHART_H_
|
|
#define ANALOG_CHART_H_
|
|
|
|
#include "global.h"
|
|
|
|
void acAddData(float angle, float value);
|
|
void initAnalogChart(void);
|
|
|
|
#endif /* ANALOG_CHART_H_ */
|