vs1053 0.1.5

SPI driver for for the generic VS1053 Breakout by VLSI Solution
Documentation
[dependencies.bitfields]
optional = true
version = "0.12.4"

[dependencies.embedded-hal]
version = "1.0.0"

[features]
bitfield_struct = ["bitfields"]
default = ["bitfield_struct"]

[lib]
name = "vs1053"
path = "src/lib.rs"

[package]
authors = ["Max Weninger <max.weninger@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "hardware-support", "no-std"]
description = " SPI driver for for the generic VS1053 Breakout by VLSI Solution  "
edition = "2021"
keywords = ["embedded-hal", "vs1053", "SPI"]
license = "MIT OR Apache-2.0"
name = "vs1053"
readme = "README.md"
repository = "https://gitlab.com/esp322054205/vs1053"
rust-version = "1.81"
version = "0.1.5"