Added more comments to file

This commit is contained in:
NickAA 2023-01-29 16:31:15 -05:00
parent f3e8415171
commit 822e2d4a77
1 changed files with 3 additions and 3 deletions

View File

@ -54,9 +54,9 @@ int main(int argc, char **argv) {
P = 3, // Default P value
I = 0, // Default I value
Delay = 20, // Default Delay value
SetPt = 10000,
Status = 1,
Option_Picked;
SetPt = 10000, // Default SetPt value
Status = 1, // Default Status value
Option_Picked; // Option user picked
do
{