Author: Ben Bellerose
Description:PID controller that is designed to regulate output power (100%-0%).
Instructions:
- Change the values for your setpoint,Ki, Kp, Kd accordingly.
- Locate file in your terminal using "cd" command.
- type in "gcc -o PID PID.c" to your terminal.
- type "./PID" into your terminal to run the loop.