Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asteppke authored Apr 14, 2024
1 parent 1b18edf commit b047801
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# tiny pid
[![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)

# Tiny PID
Minimal PID controller in Python.

Optionally can use
- output limiting
- anti-windup mechanism
- lowpass filtering of derivative component
- bumpless transfer between manual and automatic control
Optional features:
- Output limiting
- Anti-windup mechanism
- Lowpass filtering of derivative component
- Bumpless transfer between manual and automatic control
- Gain scheduling

0 comments on commit b047801

Please sign in to comment.