ngl this do be ai, I remove a few things it works

This commit is contained in:
benstrb 2026-04-12 20:20:41 +02:00
parent 2854adeb13
commit a60dcf5fd9
4 changed files with 136 additions and 51 deletions

11
Cargo.lock generated
View file

@ -259,6 +259,16 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
[[package]]
name = "otm8009a"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e56059a2e83de4409e5fa0854d3ae891b0f949af86c74ccf76a8bffe4ce6dc6d"
dependencies = [
"embedded-display-controller",
"embedded-hal 0.2.7",
]
[[package]]
name = "panic-halt"
version = "1.0.0"
@ -391,6 +401,7 @@ dependencies = [
"defmt",
"defmt-rtt",
"embedded-hal 1.0.0",
"otm8009a",
"panic-halt",
"panic-probe",
"stm32f4xx-hal",