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 |
#1771 in Embedded development
41 downloads per month
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
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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