#driver #embedded-hal-driver #platform #detect #angle #sensor #digital

no-std ma734

Platform agnostic Rust driver for the MA734, digital angle sensor that detects the absolute angular position of a permanent magnet

4 releases

0.1.1 Mar 26, 2023
0.1.0 Mar 25, 2023
0.0.2 Mar 24, 2023
0.0.1 Mar 24, 2023

#1624 in Embedded development

Download history 4/week @ 2024-02-26 58/week @ 2024-04-01

58 downloads per month

MIT/Apache

13KB
287 lines

MA734

Platform agnostic Rust driver for the MA734, digital angle sensor that detects the absolute angular position of a permanent magnet, typically a diametrically magnetized cylinder on a rotating shaft.

Documentation

The documentation can be found at docs.rs.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

A platform agnostic Rust driver for the ma734, based on the embedded-hal traits.

The Device

The MA734 is a MagAlpha digital angle sensor that detects the absolute angular position of a permanent magnet, typically a diametrically magnetized cylinder on a rotating shaft.

Dependencies

~71KB