Modules§
- error
- Accelerometer errors - generic over an inner “cause” type (intended to be an underlying I2C or SPI error type, if applicable).
Structs§
- Adxl313
- ADXL313 driver
- Error
- Accelerometer errors, generic around another error type
E
representing an (optional) cause of this error. - F32x3
- 3-dimensional XYZ vector of
f32
values - Fifo
Status - I32x3
- 3-dimensional XYZ vector of
i32
values - Interrupt
Source
Enums§
- AcDc
Coupling - Adxl313
Error - Errors in this crate
- Fifo
Mode - IrqMode
- Output
Data Rate - Output data rate (odr) and Low pass filter corner frequency (lpf)
- Range
- Sleep
Mode Frequency Readings - SpiMode
Traits§
- Accelerometer
- Accelerometer trait which provides g-normalized readings.
- RawAccelerometer
- Read raw acceleration vectors of type
V: Vector
.