Registry / utility / choleraehyq-pid

choleraehyq-pid

JSON →
library0.0.22gogounverified

A PID (Proportional-Integral-Derivative) controller library for Go.

go get github.com/choleraehyq/pid
INSTALL
IMPORT
SIG · CHOLERAEHYQ-PID
C
choleraehyq-pid
utilitygov0.0.22
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pid
✓ github.com/choleraehyq/pid

Create a PID controller and compute an output based on setpoint and current value.

import "github.com/choleraehyq/pid" func main() { p := pid.NewPID(1.0, 0.1, 0.05) output := p.Update(100, 90) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.22latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
choleraehyq-pid — go get choleraehyq-pid · libregistry