Crate adxl313

Source

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
FifoStatus
I32x3
3-dimensional XYZ vector of i32 values
InterruptSource

Enums§

AcDcCoupling
Adxl313Error
Errors in this crate
FifoMode
IrqMode
OutputDataRate
Output data rate (odr) and Low pass filter corner frequency (lpf)
Range
SleepModeFrequencyReadings
SpiMode

Traits§

Accelerometer
Accelerometer trait which provides g-normalized readings.
RawAccelerometer
Read raw acceleration vectors of type V: Vector.