Generic Rust accelerometer support, including traits and types for taking readings from 2 or 3-axis accelerometers.
Uses no_std
-oriented 2D and 3D vector types from the [micromath.rs] crate.
Additionally includes support for tracking device orientations using accelerometer data.
The following dependent crates providing platform-agnostic accelerometer drivers which use the types and traits from this library:
| Device Name | Description | Crate + Docs |
|-------------|-------------|--------------|
| [ADXL343] | Analog Devices 3-axis accelerometer |
|
One of the main features of this crate is device orientation tracking for 3-axis accelerometers, which is gated under the orientation
cargo feature (enabled-by-default). This provides smartphone-like device position sensing using an accelerometer alone, returned as one of the variants of the [accelerometer::Orientation] enum.
See the [accelerometer::Tracker] documentation for more information.
We abide by the Contributor Covenant and ask that you do as well.
For more information, please see [CODEOFCONDUCT.md].
Copyright © 2019 NeoBirth Developers
Dual licensed under your choice of either of: