https://github.com/saibatizoku/ezo-ph-rs
A library to interact via I2C with the pH EZO sensing chip.
https://github.com/saibatizoku/ezo-ph-rs
Last synced: 6 months ago
JSON representation
A library to interact via I2C with the pH EZO sensing chip.
- Host: GitHub
- URL: https://github.com/saibatizoku/ezo-ph-rs
- Owner: saibatizoku
- License: mit
- Created: 2017-07-01T22:34:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T04:29:07.000Z (about 7 years ago)
- Last Synced: 2025-02-14T14:55:35.482Z (8 months ago)
- Language: Rust
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
ezo-ph-rs
==========Interact with the `PH EZO` chip, made by Atlas Scientific, using I2C.
> 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_ph = { git = "https://github.com/saibatizoku/ezo-ph-rs.git", version = "0.1.0"
i2cdev = "0.3.1"
```then checkout the examples. :)