-
target = 35
-
Kp = 1
-
Ki = 1
-
Kd = 1
-
value = light sensor
-
error = target - value
-
integral = error + integrsl
-
derivative = error - last_error
-
math(adv) : (error * Kp) + (integral * Ki) + (derivative * Kd)
-
Notifications
You must be signed in to change notification settings - Fork 0
Soheilsamandar/PID_controller
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published