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

https://github.com/saibatizoku/ezo-ec-rs

A library to interact via I2C with the EC EZO sensing chip.
https://github.com/saibatizoku/ezo-ec-rs

chip conductivity ezo-ec-rs i2c i2c-sensors raspberry-pi ruby rust sensor

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

ezo-ec-rs
==========

Interact with the `EC EZO` chip, made by Atlas Scientific, using I2C.

## Dependencies

* [error-chain](https://github.com/brson/error-chain)
* [ezo-common-rs](https://github.com/saibatizoku/ezo-common-rs)
* [rust-i2cdev](https://github.com/rust-embedded/rust-i2cdev)