# AD5668   [![Build Status](https://github.com/mendelt/ad5668/workflows/Build/badge.svg)](https://github.com/mendelt/ad5668/actions?query=workflow%3ABuild+event%3Apush+branch%3Amaster) *Analog Devices AD5668 DAC Driver for Rust Embedded HAL* This is a driver crate for embedded Rust. It's built on top of the Rust [embedded HAL](https://github.com/rust-embedded/embedded-hal) It supports sending commands to a AD5668 DAC over SPI. ## More information - [AD5668 datasheet](https://www.analog.com/media/en/technical-documentation/data-sheets/AD5628_5648_5668.pdf) - [API documentation](https://docs.rs/ad5668) - [Github repository](https://github.com/mendelt/ad5668) - [Crates.io](https://crates.io/crates/ad5668) ## License Licensed under either of * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) at your option. ### Contribution 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.