An open API service indexing awesome lists of open source software.

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.

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. :)