We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166c422 commit 3dfd733Copy full SHA for 3dfd733
Cargo.toml
@@ -39,7 +39,6 @@ synopsys-usb-otg = { version = "0.4.0", features = [
39
sdio-host = { version = "0.9.0", optional = true }
40
embedded-dma = "0.2.0"
41
embedded-display-controller = { version = "^0.2.0", optional = true }
42
-otm8009a = "0.1"
43
bare-metal = { version = "1" }
44
void = { default-features = false, version = "1.0.2" }
45
display-interface = { version = "0.5.0", optional = true }
@@ -118,6 +117,7 @@ hd44780-driver = "0.4.0"
118
117
display-interface = "0.5"
119
display-interface-04 = { package = "display-interface", version = "0.4.1" }
120
ft6x06 = "0.1.2"
+otm8009a = "0.1"
121
ushell = "0.3.5"
122
123
[dev-dependencies.time]
0 commit comments