Initial commit
This commit is contained in:
commit
8bfbab5a0c
12 changed files with 687 additions and 0 deletions
15
cardputer-bsc/Cargo.toml
Normal file
15
cardputer-bsc/Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue