https://github.com/saibatizoku/ezo-rtd-rs
A library to interact via I2C with the RTD EZO sensing chip.
https://github.com/saibatizoku/ezo-rtd-rs
chip ezo-rtd-rs i2c i2c-sensors raspberry-pi rust rust-lang sensor temperature
Last synced: 6 months ago
JSON representation
A library to interact via I2C with the RTD EZO sensing chip.
- Host: GitHub
- URL: https://github.com/saibatizoku/ezo-rtd-rs
- Owner: saibatizoku
- License: mit
- Created: 2017-06-30T18:49:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T04:32:03.000Z (about 7 years ago)
- Last Synced: 2025-02-14T14:55:37.281Z (8 months ago)
- Topics: chip, ezo-rtd-rs, i2c, i2c-sensors, raspberry-pi, rust, rust-lang, sensor, temperature
- Language: Rust
- Size: 143 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
ezo-rtd-rs
==========Interact with the `RTD EZO` chip, made by Atlas Scientific.
> Currently, only I2C communication is available.
## Usage
This version needs _nightly_ to compile.
Add this to your `Cargo.toml`:
```
chrono = "0.4.0"
error-chain = "~0.10.0"
ezo_common = { git = "https://github.com/saibatizoku/ezo-common-rs.git", version = "0.1.0" }
ezo_rtd = { git = "https://github.com/saibatizoku/ezo-rtd-rs.git", version = "0.1.0"
i2cdev = "0.3.1"
```then checkout the examples. :)