Skip to content

Releases: abderraouf-adjal/Embedded-PID

Embedded PID v1.1.3

14 Jul 20:55
v1.1.3
91f3fd8
Compare
Choose a tag to compare

Changes:

  • Docs only (not the code): Fix a typo in PID formula for D term: Kp->Kd.

Embedded PID v1.1.2

25 Sep 17:41
v1.1.2
bdcb733
Compare
Choose a tag to compare

Changes:

  • Enhancing FP performance on PID.

Embedded PID v1.1.1

01 Sep 10:03
v1.1.1
654c3be
Compare
Choose a tag to compare

Changes:

  • Enhancing documentation.

Embedded PID v1.1.0

29 Aug 03:16
v1.1.0
b96b0f5
Compare
Choose a tag to compare

Changes:

  • Add 1st order IIR low-pass filter functions with graphical test example.
  • Enhancing documentation.

Embedded PID v1.0.3

22 Aug 07:24
v1.0.3
1ff4ea4
Compare
Choose a tag to compare

Changes:

  • Better float-point arithmetic errors handling.

Embedded PID v1.0.2

18 Aug 18:27
v1.0.2
21f72e0
Compare
Choose a tag to compare

Changes:

  • Add documentation.

Embedded Type-C PID v1.0.1

14 Aug 06:07
v1.0.1
815c0da
Compare
Choose a tag to compare

Changes:

  • Add library.json

Embedded Type-C PID v1.0.0

14 Aug 03:10
v1.0.0
8fdc0e9
Compare
Choose a tag to compare

PID controller (Type-C) with a flexible API and errors handling.

Implementation of "Type-C PID controller" (DOI: 10.1109/PROC.1978.10870) for both hosted and freestanding C environments
with a flexible API that allow the usage of third-party external and/or internal filter(s) for a better control
backed with errors and exceptions handling.
See <pid.h> for more information.