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

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.

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