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 c2ad19a commit fc1ff6eCopy full SHA for fc1ff6e
Cargo.toml
@@ -14,6 +14,9 @@ defmt = "0.2.0"
14
defmt-rtt = "0.2.0"
15
cortex-m-rtic = "0.5"
16
panic-probe = { version = "0.2.0", features = ["print-defmt"] }
17
+# Use this line if you have an STM32F030K6T6
18
+# stm32f0xx-hal = { version = "0.17", features = ["stm32f030x6", "rt"] }
19
+# Use this line if you have an STM32F031K6T6
20
stm32f0xx-hal = { version = "0.17", features = ["stm32f031", "rt"] }
21
debouncr = "0.2"
22
0 commit comments