We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb637b commit 8b6dc3dCopy full SHA for 8b6dc3d
control_algorithms/pid.py
@@ -11,7 +11,7 @@
11
"""
12
13
14
-class pid:
+class PID:
15
def __init__(self, Kp: float, Ki: float, Kd: float, setpoint: float = 0):
16
17
Initialize the PID controller.
0 commit comments