max112x 0.4.0

Driver for the 24-bit MAX11214 and similar ADCs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.bitflags]
version = "1.3"

[dependencies.embedded-hal]
version = "0.2"

[package]
categories = ["embedded", "hardware-support", "no-std"]
description = "Driver for the 24-bit MAX11214 and similar ADCs."
documentation = "https://docs.rs/max112x"
edition = "2021"
homepage = "https://github.com/reitermarkus/max112x-rs"
keywords = ["max11214", "adc"]
license = "MIT OR Apache-2.0"
name = "max112x"
readme = "ReadMe.md"
repository = "https://github.com/reitermarkus/max112x-rs"
version = "0.4.0"