Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ertrzyiks/pid-controller
https://github.com/ertrzyiks/pid-controller
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ertrzyiks/pid-controller
- Owner: ertrzyiks
- License: mit
- Created: 2019-07-14T15:22:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T07:12:12.000Z (over 1 year ago)
- Last Synced: 2024-12-07T19:36:04.282Z (about 1 month ago)
- Language: TypeScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pid-controller
This is Typescript implementation of PID controller.
## See example
Install dependencies
```
yarn
```Run example
```
yarn example
```