Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emeric-martineau/rs-max31865
Generic driver for the MAX31865 RTD to Digital converter for Rust
https://github.com/emeric-martineau/rs-max31865
Last synced: 9 days ago
JSON representation
Generic driver for the MAX31865 RTD to Digital converter for Rust
- Host: GitHub
- URL: https://github.com/emeric-martineau/rs-max31865
- Owner: emeric-martineau
- Created: 2024-12-27T11:43:11.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2024-12-27T11:58:51.000Z (13 days ago)
- Last Synced: 2024-12-27T12:28:36.602Z (13 days ago)
- Language: Rust
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `max31865`
A generic driver for the MAX31865 RTD to Digital converter
## [Documentation](https://rudihorn.github.io/max31865/max31865/index.html)
## [Examples](https://github.com/rudihorn/max31865/tree/extra_examples/examples)
## What works
- reading the raw value and the converted temperature value
- setting the ohmic calibration value
- configuring V_BIAS, one shot, filter frequency## TODO
- [ ] Fault tolerance / detection / status
## Examples
There is an example for the Raspberry pi in the examples directory.
## 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.