Compare commits
No commits in common. "b4f022a51436738a195baa6d43e9cde51b01b3dd" and "138cd115d5eea2e3a0cd9d3ecdd4b031182b9da3" have entirely different histories.
b4f022a514
...
138cd115d5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ version = "0.1.0"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7"
|
cortex-m = "0.7"
|
||||||
cortex-m-rt = "0.7"
|
cortex-m-rt = "0.7"
|
||||||
embedded-hal = { version = "0.2.7", features = ["unproven"] }
|
embedded-hal = { version = "0.2.5", features = ["unproven"] }
|
||||||
embedded-time = "0.12"
|
embedded-time = "0.12"
|
||||||
|
|
||||||
defmt = "0.3"
|
defmt = "0.3"
|
||||||
|
|
Loading…
Reference in a new issue