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 0c48e1b commit 3519f65Copy full SHA for 3519f65
Cargo.toml
@@ -13,6 +13,6 @@ repository = "https://github.com/coredump-ch/lpc11uxx-hal-rs"
13
edition = "2018"
14
15
[dependencies]
16
-lpc11uxx = "0.3"
+lpc11uxx = { git="https://github.com/lpc-rs/lpc-pac", branch="use-nightly" }
17
cortex-m = "0.5"
18
embedded-hal = "0.2"
0 commit comments