File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ We mainly test on the ESP32 platform with `embassy` async framework.
2222Include this crate in your Cargo project by adding the following to ` Cargo.toml ` :
2323``` toml
2424[dependencies ]
25- dw3000-ng = " 0.9 "
25+ dw3000-ng = " 1.0 "
2626```
2727
2828## Documentation
@@ -59,6 +59,10 @@ If you are using this in your academic work, please cite it as follows:
5959
6060### Current ` main `
6161
62+ (Blank)
63+
64+ ### 1.0.0
65+
6266- Added ` init_tracing ` example to inspect the SPI transactions happening during the initialization of the DW3000
6367- Modified ` rx_wait ` to not use ` _unchecked ` and return ` Err ` when the decoding of the 802.15.4 frame fails
6468- ** BREAKING** : The library is now both ` sync ` and ` async ` compatible. The feature ` async ` can be used to enable the corresponding interfaces.
You can’t perform that action at this time.
0 commit comments