https://github.com/iodevs/pid_controller
An Elixir PID controller.
https://github.com/iodevs/pid_controller
Last synced: about 1 year ago
JSON representation
An Elixir PID controller.
- Host: GitHub
- URL: https://github.com/iodevs/pid_controller
- Owner: iodevs
- Created: 2019-04-03T11:03:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T11:04:12.000Z (about 7 years ago)
- Last Synced: 2025-03-27T02:23:45.152Z (about 1 year ago)
- Language: Elixir
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PidController
> TODO: Add description**
## Installation
```elixir
def deps do
[
{:pid_controller, "~> 0.1.0"}
]
end
```
## License
> TODO: Add license
----
Created: 2019-04-03Z