Changes between Version 5 and Version 6 of ControlSystems/SoftwareTeam/Training/GettingStarted/PIDControl
- Timestamp:
- Nov 12, 2019, 6:54:56 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/PIDControl
v5 v6 13 13 14 14 CODE EXAMPLES YAYYYYYYY 15 {{{public class PID { 15 {{{ 16 public class PID { 16 17 private double error, errorSum, actualPrev; 17 18 private double setpoint, output;