https://github.com/dotcypress/pid-loop
Tiny PID loop for `no_std` targets
https://github.com/dotcypress/pid-loop
Last synced: about 1 month ago
JSON representation
Tiny PID loop for `no_std` targets
- Host: GitHub
- URL: https://github.com/dotcypress/pid-loop
- Owner: dotcypress
- License: apache-2.0
- Created: 2021-11-21T20:26:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T00:29:47.000Z (over 3 years ago)
- Last Synced: 2025-03-25T05:35:07.581Z (about 2 months ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# pid-loop
🎛 PID loop for `no_std` targets.
## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.