-
Notifications
You must be signed in to change notification settings - Fork 24
printPidTuner function reference
Dlloydev edited this page Feb 1, 2022
·
3 revisions
The printPidTuner function provides some control over when and how to display results on the serial plotter.
void printPidTuner(uint8_t everyNth);-
setpointparameter sets the setpoint value for the plotter -
everyNthwill print every n samples, which compresses the x-axis in order to completely view the full test. -
The
averageparameter when settruewill print the average of the input values from the buffer. Whenfalse, the instantaneous input values are used.

