Initial commit

Signed-off-by: Nicholas Mello <nick@nmello.dev>
This commit is contained in:
2026-07-10 23:17:03 -05:00
commit 93f2bbde47
7 changed files with 1635 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "arcade-keyboard"
version = "0.1.0"
edition = "2024"
[dependencies]
cortex-m-rt = "0.7.5"
defmt = "1.1.1"
defmt-rtt = "1.3.0"
embassy-executor = { version = "0.10.0", features = ["executor-thread", "platform-cortex-m"] }
embassy-rp = { version = "0.10.0", features = ["chrono", "defmt", "rp2040", "rt", "time-driver", "critical-section-impl"] }
embassy-time = "0.5.1"
panic-probe = { version = "1.0.0", features = ["defmt"] }