saibatizoku / ezo-ph-rs

A library to interact via I2C with the pH EZO sensing chip.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A library to interact via I2C with the pH EZO sensing chip.

License:MIT License


Languages

Language:Rust 100.0%