Skip to content

Commit

Permalink
feat: add ble-blinky demo
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Dec 2, 2023
1 parent 86a7d29 commit e2b65ec
Show file tree
Hide file tree
Showing 8 changed files with 871 additions and 149 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ embedded-hal-02 = { package = "embedded-hal", version = "0.2.7", features = [
] }
embedded-hal-1 = { version = "=1.0.0-rc.1", package = "embedded-hal" }
embedded-hal-nb = "1.0.0-rc.1"
embedded-hal-async = "1.0.0-rc.1"

# embassy time driver
embassy-time = { version = "0.1.5", features = [
"nightly",
"tick-hz-32_768",
], optional = true }
embassy-sync = { version = "0.3.0", features = ["nightly"] }
embedded-hal-async = "1.0.0-rc.1"
embassy-sync = { version = "0.4.0", features = ["nightly"] }
embassy-futures = "0.1.1"

[dev-dependencies]
Expand Down
Loading

0 comments on commit e2b65ec

Please sign in to comment.