Skip to content

Commit 421e9ca

Browse files
daniil4udoeldruin
authored andcommitted
Update tmag5273 link to active maintained driver
The previous link (https://github.com/dysonltd/tmag5273) returns 404 — the repository has been deleted or made private. Replace with the actively maintained crates.io-published driver: https://github.com/coffiot/tmag5273-rs https://crates.io/crates/tmag5273 Also updates the description to mention the hardware CORDIC angle engine and typestate API, and adds the standard crates.io version badge to match neighboring entries.
1 parent 5343c93 commit 421e9ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ Work in progress drivers. Help the authors make these crates awesome!
11701170
1. [ublox-cellular-rs] - Serial - Cellular driver for the full Ublox cellular serial based family
11711171
1. [atwinc1500-rs] - SPI - A host driver for the Atwinc1500 network controller
11721172
1. [HX711] - GPIO - An interrupt-based driver for the HX711 Load Cell Amplifier IC. no-std.
1173-
1. [tmag5273] - Cross-platform no_std compatible i2c library for 3-axis Hall Effect sensor.
1173+
1. [tmag5273] - I2C - TI TMAG5273 3-axis Hall-effect sensor with hardware CORDIC angle engine and typestate API - [![crates.io](https://img.shields.io/crates/v/tmag5273.svg)](https://crates.io/crates/tmag5273)
11741174
1. [paa5100je-pwm3901] - Cross platform no-std compatible spi async library for an Optical Flow Sensor.
11751175

11761176
[AD9850]: https://crates.io/crates/ad9850
@@ -1276,7 +1276,7 @@ Work in progress drivers. Help the authors make these crates awesome!
12761276
[ublox-cellular-rs]: https://github.com/BlackbirdHQ/ublox-cellular-rs
12771277
[atwinc1500-rs]: https://crates.io/crates/atwinc1500
12781278
[HX711]: https://github.com/DaneSlattery/hx711
1279-
[tmag5273]: https://github.com/dysonltd/tmag5273
1279+
[tmag5273]: https://github.com/coffiot/tmag5273-rs
12801280
[paa5100je-pwm3901]: https://github.com/dysonltd/paa5100je-pwm3901
12811281

12821282
## no-std crates

0 commit comments

Comments
 (0)