[dependencies.embedded-hal]
version = "0.2.7"
[package]
authors = ["Niklas Cathor <niklas.cathor@gmx.de>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Embedded driver for the AD9850 DDS synthesizer chip"
edition = "2021"
keywords = ["embedded-hal", "dds", "synthesizer"]
license = "MIT"
name = "ad9850"
readme = "README.crates-io.md"
repository = "https://github.com/nilclass/ad9850-rs"
version = "0.1.2"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "./src/docs-header.html"]