PID plotter component
1.0
ESP-IDF component for pid plotter
include
plotter.h
Go to the documentation of this file.
1
#ifndef PLOTTER_H
2
#define PLOTTER_H
3
4
#include "
json_handler.h
"
5
#include "
udp_handler.h
"
6
#include "
tcp_handler.h
"
7
#include "
transport.h
"
8
9
void
plotter
();
10
11
#endif
udp_handler.h
transport.h
tcp_handler.h
json_handler.h
plotter
void plotter()
Wrapper function to run the plotter functionality on a separate core.
Definition:
plotter.c:7
Generated by
1.8.13