kvkpraneeth / pid

general purpose pid library in c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PID Library

This library is a simple C implementation for using PID.

Features:

  1. Anti windup schemes
  2. Differential term Filter
  3. Feedforward branch
  4. Output Clamps

All of the above can be passed independently as function pointers

Example usage in executable.c

About

general purpose pid library in c


Languages

Language:C 94.5%Language:Makefile 5.5%