DonnyCraft1 / PIDArduino

A simple PID library for Arduino
MIT License
45 stars 21 forks source link

List of things using PID control loop need more things #6

Open DonnyCraft1 opened 5 years ago

DonnyCraft1 commented 5 years ago

But a PID isn't only used for cruise control, it can be used for everything that takes an input, desired value, and an output that accelerates the input.

I.e. [autopilot for planes, ..]

I can't think of more things at this moment, but this needs an update soon.

DonnyCraft1 commented 5 years ago

Added more stuff.