#dac #max5533 #max5534 #max5532 #max5535

no-std max553x

Driver for the 12-bit MAX5532–MAX5535 DACs

4 releases (2 breaking)

0.3.0 Jan 11, 2024
0.2.0 Aug 24, 2022
0.1.1 Aug 23, 2022
0.1.0 May 18, 2022

#320 in Hardware support

Download history 4/week @ 2024-01-08 8/week @ 2024-02-26 68/week @ 2024-04-01

68 downloads per month

MIT/Apache

13KB
189 lines

Rust MAX5532/MAX5533/MAX5534/MAX5535 Driver

Crates.io Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
max553x = "0.3"

lib.rs:

Driver for MAX5532/MAX5533/MAX5534/MAX5535 DACs.

Implemented according to https://datasheets.maximintegrated.com/en/ds/MAX5532-MAX5535.pdf.

Dependencies

~56KB