mcp3425 0.1.1

Platform agnostic Rust driver for the Microchip MCP3425 ADC.
Documentation

Rust MCP3425 Driver

CircleCI Crates.io Version Crates.io Downloads

This is a platform agnostic Rust driver for the MCP3425, based on the embedded-hal traits.

Docs: https://docs.rs/mcp3425

The Device

The Microchip MCP3425 is a low-current 16-bit analog-to-digital converter.

The device has an I²C interface and an on-board ±2048mV reference.

Details and datasheet: http://www.microchip.com/wwwproducts/en/en533561

Status

  • Support one-shot measurements
  • Support continuous measurements
  • Configurable sample rate / resolution
  • Configurable gain (PGA)
  • Handle saturation values (high and low)
  • Docs
  • Polishing

License

Licensed under either of

Contributing

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.