ngl this do be ai, I remove a few things it works
This commit is contained in:
parent
2854adeb13
commit
a60dcf5fd9
4 changed files with 136 additions and 51 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue