[build-dependencies.proc-macro2]
version = "1.0"
[build-dependencies.regex]
version = "1.5"
[build-dependencies.serde_yaml]
version = "0.8"
[dependencies.eh02]
optional = true
package = "embedded-hal"
version = "0.2"
[dependencies.eh10]
optional = true
package = "embedded-hal"
version = "1.0.0-rc.2"
[features]
default = ["eh02"]
eh02 = ["dep:eh02"]
eh10 = ["dep:eh10"]
[package]
authors = ["spinfast <spinfast@tutanota.com>"]
categories = ["embedded", "no-std"]
description = """
Register map and embedded-hal based driver for Wolfson WM8960 Audio Codec.
"""
edition = "2021"
keywords = ["wolfson", "wm8960", "embedded", "audio-codec"]
license = "MIT OR Apache-2.0"
name = "wm8960"
readme = "README.md"
repository = "https://github.com/imxrt-rs/wm8960-rs"
version = "0.1.2"