PID plotter component  1.0
ESP-IDF component for pid plotter
Public Attributes | List of all members
pid_const Struct Reference

#include <json_handler.h>

Public Attributes

float kp
 
float ki
 
float kd
 
float setpoint
 

Member Data Documentation

◆ kd

float pid_const::kd

◆ ki

float pid_const::ki

◆ kp

float pid_const::kp

◆ setpoint

float pid_const::setpoint

The documentation for this struct was generated from the following file: