rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
sensor_chart.h
Go to the documentation of this file.
1/**
2 * @file sensor_chart.h
3 *
4 * @date Dec 20, 2013
5 * @author Andrey Belomutskiy, (c) 2012-2020
6 */
7
8#pragma once
9
10#include "global.h"
11
12void scAddData(float angle, float value);
13void initSensorChart(void);
void scAddData(float angle, float value)
void publishSensorChartIfFull()
void initSensorChart(void)