Crates.io | qwiic-adc-rs |
lib.rs | qwiic-adc-rs |
version | 0.1.11 |
source | src |
created_at | 2021-10-13 08:21:01.688821 |
updated_at | 2022-06-25 04:42:15.52742 |
description | This library aims at controlling Qwiic Relays using I2C from Linux. |
homepage | |
repository | https://github.com/PixelCoda/QwiicADC-Rust |
max_upload_size | |
id | 464428 |
size | 25,796 |
This library aims at controlling Qwiic ADC devices using I2C from Linux. Its primary target is ARM devices such as RaspberryPi or FriendlyARM's NanoPi Neo. It should nonetheless work on other Linux distributions with access to an I2C bus.
Add the following line to your cargo.toml:
qwiic-adc-rs = "0.1.11"
Or for the most recent commit on the master branch use:
qwiic-adc-rs = { git = "https://github.com/PixelCoda/QwiicADC-Rust.git", version = "*" }
Most functions are not implemented yet. So no examples. This will change in the next few days.
In the meantime, checkout my other Qwiic-I2C crates:
https://crates.io/crates/qwiic-lcd-rs
https://crates.io/crates/qwiic-relay-rs
Released under Apache 2.0.