Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cirello-io/pidctl
https://github.com/cirello-io/pidctl
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cirello-io/pidctl
- Owner: cirello-io
- License: apache-2.0
- Created: 2019-09-28T19:17:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T16:34:05.000Z (3 months ago)
- Last Synced: 2024-08-03T17:46:20.952Z (3 months ago)
- Language: Go
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PID Controller
[![GoDoc](https://godoc.org/cirello.io/pidctl?status.svg)](https://godoc.org/cirello.io/pidctl)
[![Go Report Card](https://goreportcard.com/badge/github.com/cirello-io/pidctl)](https://goreportcard.com/report/github.com/cirello-io/pidctl)A [PIDController](http://en.wikipedia.org/wiki/PID_controller) implementation in Go.
***Credits***
Initially done by Felix Geisendörfer ([email protected])
Refer to his original: https://github.com/felixge/pidctrl