Skip to content

Commit

Permalink
Merge pull request #76 from Ragarnoy/presence
Browse files Browse the repository at this point in the history
implement Presence module
  • Loading branch information
Ragarnoy authored Jun 1, 2024
2 parents 7510386 + e67e85e commit 10ea8c7
Show file tree
Hide file tree
Showing 10 changed files with 585 additions and 151 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version = "0.1.2"
rust-version = "1.75"

[dependencies]
a121-sys = { version = "0.2", features = ["distance"] }
a121-sys = { version = "0.2", features = ["distance", "presence"] }
defmt = "0.3.5"
defmt-rtt = "0.4.0"

Expand Down
Loading

0 comments on commit 10ea8c7

Please sign in to comment.