Skip to content

Commit

Permalink
adjust readme links to link to 0.1.0 tagged version
Browse files Browse the repository at this point in the history
  • Loading branch information
EngJay committed Aug 4, 2024
1 parent 8a5b221 commit 1017229
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*A Rust `no_std` [embedded-hal](https://github.com/rust-embedded/embedded-hal) driver for the
[PCB Artists I2C Sound Level module](https://pcbartists.com/product/i2c-decibel-sound-level-meter-module/).*

- [Example](https://github.com/EngJay/pa-spl/blob/main/examples/read-decibel-value/README.md)
- [Example](https://github.com/EngJay/pa-spl/blob/v0.1.0/examples/read-decibel-value/README.md)
([STM32F3 Discovery](https://www.st.com/en/evaluation-tools/stm32f3discovery.html))
- [API Documentation](https://docs.rs/pa-spl/0.1.0)
- [Vendor Documentation](docs/vendor/README.md)
Expand All @@ -25,7 +25,7 @@ This example uses the SPL module with a STM32F3 Discovery development board and
a USB-TTL converter.

See the
[example project](https://github.com/EngJay/pa-spl/blob/main/examples/read-decibel-value/README.md)
[example project](https://github.com/EngJay/pa-spl/blob/v0.1.0/examples/read-decibel-value/README.md)
for the complete example.

<details>
Expand Down Expand Up @@ -281,13 +281,13 @@ cargo test
```

The
[HIL testing project](https://github.com/EngJay/pa-spl/tree/main/target-tests/README.md)
[HIL testing project](https://github.com/EngJay/pa-spl/blob/v0.1.0/target-tests/README.md)
is in the `target-tests` directory and is configured to use
[probe-rs](https://probe.rs/) to automatically build the tests, flash the
target, run the tests, and report results.

To run the HIL tests, connect the hardware according to the
[STM32F3 Discovery example](https://github.com/EngJay/pa-spl/blob/main/examples/read-decibel-value/README.md)
[STM32F3 Discovery example](https://github.com/EngJay/pa-spl/blob/v0.1.0/examples/read-decibel-value/README.md)
provided in the repo (minus the TTL-USB converter) with a spectrum
analysis version of the PCB Artists sensor, firmware version 0x32 or 0x33 (the
number read from the VERSION register), then:
Expand All @@ -308,7 +308,7 @@ This crate is guaranteed to compile on stable Rust
[1.65](https://releases.rs/docs/1.60.0/) and up. It might compile with older
versions but that may change in any new patch release.

See [here](https://github.com/EngJay/pa-spl/tree/main/docs/msrv.md) for details
See [here](https://github.com/EngJay/pa-spl/blob/v0.1.0/docs/msrv.md) for details
on how the MSRV may be upgraded.

## Minimum Supported Embedded HAL Version
Expand Down Expand Up @@ -336,8 +336,8 @@ embedded-hal will be added in a subsequent release.
#### License

<sup>
Licensed under either of <a href="https://github.com/EngJay/pa-spl/blob/main/LICENSE-APACHE">Apache License, Version
2.0</a> or <a href="https://github.com/EngJay/pa-spl/blob/main/LICENSE-MIT">MIT license</a> at your option.
Licensed under either of <a href="https://github.com/EngJay/pa-spl/blob/v0.1.0/LICENSE-APACHE">Apache License, Version
2.0</a> or <a href="https://github.com/EngJay/pa-spl/blob/v0.1.0/LICENSE-MIT">MIT license</a> at your option.
</sup>
<br>
<sub>
Expand Down

0 comments on commit 1017229

Please sign in to comment.