diff --git a/README.md b/README.md index d809dbb..9a36aa3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# minPID +# miniPID This is a small, fully self contained PID class designed to help provide simple, efficient tuning, and simple integration wherever any level of PID control might be needed. All code is contained in a single C++ class, and doesn't depend on any specific compiler or toolchain. However, example Arduino sketches are included.