Initial commit

This commit is contained in:
ZacJW 2025-07-04 09:10:36 +01:00
commit 8bfbab5a0c
12 changed files with 687 additions and 0 deletions

15
cardputer-bsc/Cargo.toml Normal file
View file

@ -0,0 +1,15 @@
[package]
name = "cardputer-bsc"
version = "0.1.0"
edition = "2021"
[lib]
harness = false
[dependencies]
display-interface = "0.5.0"
display-interface-spi = "0.5.0"
esp-idf-hal = "0.45.2"
esp-idf-sys = "0.36.1"
mipidsi = "0.9.0"
thiserror = "2.0.11"