PID plotter component  1.0
ESP-IDF component for pid plotter
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
void plotter()
Wrapper function to run the plotter functionality on a separate core.
Definition: plotter.c:7