initial commit

This commit is contained in:
2026-02-09 14:16:46 +01:00
commit 65655aa78e
12 changed files with 2079 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "mmc56x3"
version = "0.1.0"
edition = "2024"
[dependencies]
embedded-hal-async = { version = "1.0.0" }
maybe-async = { version = "0.2.10" }
embedded-hal = { version = "1.0.0", optional = true }
bitflags = { version = "2.10.0", default-features = false }
[features]
sync = ["embedded-hal", "maybe-async/is_sync"]