Skip to content

Commit b047801

Browse files
authored
Update README.md
1 parent 1b18edf commit b047801

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
# tiny pid
1+
[![Pytest and Linter](https://github.com/asteppke/tinypid/actions/workflows/python-app.yml/badge.svg)](https://github.com/asteppke/tinypid/actions/workflows/python-app.yml)
2+
3+
# Tiny PID
24
Minimal PID controller in Python.
35

4-
Optionally can use
5-
- output limiting
6-
- anti-windup mechanism
7-
- lowpass filtering of derivative component
8-
- bumpless transfer between manual and automatic control
6+
Optional features:
7+
- Output limiting
8+
- Anti-windup mechanism
9+
- Lowpass filtering of derivative component
10+
- Bumpless transfer between manual and automatic control
11+
- Gain scheduling
912

0 commit comments

Comments
 (0)