[package] authors = ["Jonathan 'theJPster' Pallant "] description = "Driver for the registers on a TLV320AIC23B I²C Audio CODEC" edition = "2021" homepage = "https://github.com/neotron-compute/tlv320aic23" license = "MIT OR Apache-2.0" name = "tlv320aic23" readme = "README.md" repository = "https://github.com/neotron-compute/tlv320aic23.git" version = "0.1.0" [dependencies] defmt = { version = "=0.3.2", optional = true } embedded-hal = "0.2" [features] defmt-log = ["defmt"]