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.
- Host: GitHub
- URL: https://github.com/saibatizoku/ezo-ec-rs
- Owner: saibatizoku
- License: mit
- Created: 2017-07-01T22:31:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T04:31:06.000Z (about 7 years ago)
- Last Synced: 2025-02-14T14:55:35.972Z (8 months ago)
- Topics: chip, conductivity, ezo-ec-rs, i2c, i2c-sensors, raspberry-pi, ruby, rust, sensor
- Language: Rust
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)