2015-07-10 06:01:56 -07:00
|
|
|
/**
|
|
|
|
* @file sensor_chart.h
|
|
|
|
*
|
|
|
|
* @date Dec 20, 2013
|
2020-01-07 21:02:40 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
2015-07-10 06:01:56 -07:00
|
|
|
*/
|
|
|
|
|
2019-12-02 17:31:49 -08:00
|
|
|
#pragma once
|
2015-07-10 06:01:56 -07:00
|
|
|
|
|
|
|
#include "global.h"
|
|
|
|
|
|
|
|
void scAddData(float angle, float value);
|
|
|
|
void initSensorChart(void);
|
2021-04-12 11:05:52 -07:00
|
|
|
void publishSensorChartIfFull();
|