max112x 0.3.0

Driver for the 24-bit MAX11214 and similar ADCs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Rust MAX11214 Driver

[![Crates.io](https://img.shields.io/crates/v/max112x.svg)](https://crates.io/crates/max112x)
[![Documentation](https://docs.rs/max112x/badge.svg)](https://docs.rs/max112x)

## Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]
max112x = "0.3"
```