https://github.com/saibatizoku/ezo-common-rs
A library with common code to EZO sensing chips.
https://github.com/saibatizoku/ezo-common-rs
Last synced: 6 months ago
JSON representation
A library with common code to EZO sensing chips.
- Host: GitHub
- URL: https://github.com/saibatizoku/ezo-common-rs
- Owner: saibatizoku
- License: mit
- Created: 2017-07-08T19:46:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T04:26:02.000Z (about 7 years ago)
- Last Synced: 2025-02-14T14:55:36.332Z (8 months ago)
- Language: Rust
- Size: 128 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ezo-common-rs
=============A library with shared functionality for the `EZO` chip, made by Atlas Scientific.
> Currently, only I2C communication is available.
## Requirements
This crate makes use of `i2cdev` to handle errors. Include it in your dependencies to make use of it.
## Usage
First, add this to your `Cargo.toml`:
```
ezo_common = "0.1"
```## Crates for specific EZO chips
* [ezo-rtd-rs](https://github.com/saibatizoku/ezo-rtd-rs) RTD EZO Chip - For sensing temperature.
* [ezo-ec-rs](https://github.com/saibatizoku/ezo-ec-rs) EC EZO Chip - For sensing electric conductivity.
* [ezo-ph-rs](https://github.com/saibatizoku/ezo-ph-rs) pH EZO Chip - For sensing pH (acidity or alkalinity).