lis2duxs12-rs 2.0.0

Platform-agnostic driver for the LIS2DUXS12 ultra-low-power 3-axis accelerometer with FSM, MLC, adaptive self-configuration, analog hub/Qvar, FIFO, and advanced motion detection.
Documentation
1
2
3
4
5
6
use super::register;

pub use register::advanced::*;
pub use register::embedded::*;
pub use register::main::*;
pub use register::*;