Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mistgc/pid_rs
A fairly minimal PID controller implementation in Rust.
https://github.com/mistgc/pid_rs
Last synced: 3 days ago
JSON representation
A fairly minimal PID controller implementation in Rust.
- Host: GitHub
- URL: https://github.com/mistgc/pid_rs
- Owner: mistgc
- Created: 2022-07-29T06:14:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-29T06:22:07.000Z (over 2 years ago)
- Last Synced: 2024-09-24T16:10:01.031Z (4 months ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rust-list - zaiic/pid_rs
- awesome-rust-list - zaiic/pid_rs
README
# Pid in Rust
A fairly minimal PID controller implementation in Rust.## Example
```bash
cargo run --example error_correction
```