Skip to content

Commit

Permalink
0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfFan committed Aug 15, 2024
1 parent ac84428 commit d87fe0c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dw3000-ng"
description = "A modernized driver for DW3000 Ultra Wide Band module"
version = "0.8.1"
version = "0.8.2"
authors = [
"Fan Jiang <i@fanjiang.me>",
"Clement Pene <clement.pene@sii.fr>",
Expand All @@ -24,7 +24,9 @@ smoltcp = { version = "0.11", default-features = false, features = [
nb = "1.0"
fixed = "1.7"
defmt = { version = "0.3", optional = true }
num-traits = { version = "0.2.18", default-features = false, features = ["libm"], optional = true }
num-traits = { version = "0.2.18", default-features = false, features = [
"libm",
], optional = true }

[dev-dependencies]
embedded-hal-mock = "0.10"
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dw3000-ng = "0.8"

Please refer to the **[API Reference]**.

Please also refer to the [DW3000 User Manual]
Please also refer to the [DW3000 User Manual]

[API Reference]: https://docs.rs/dw3000-ng
[DW3000 User Manual]: https://www.qorvo.com/products/d/da008154
Expand Down Expand Up @@ -57,6 +57,11 @@ If you are using this in your academic work, please cite it as follows:

## CHANGELOG

### 0.8.2

- Add parameter `recv_time` to allow delayed receiving by @trembel
- Fix `pll_cc` register by @JohannesProgrammiert

### 0.8.1

- Fixed the `STS` register setup when calling `config()` with STS enabled
Expand Down

0 comments on commit d87fe0c

Please sign in to comment.