lis2dux12-rs 2.0.0

Platform-agnostic driver for the LIS2DUX12 ultra-low-power 3-axis accelerometer with FSM, MLC, adaptive self-configuration, 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::*;