Go to the source code of this file.
Data Structures | |
struct | AIS3624DQ_t |
Functions | |
AIS3624DQ_t | AIS3624DQ_init (AIS3624DQ_t *, SPI_t *, GPIOpin_t, const uint8_t, const uint8_t *, const int8_t *) |
Initialiser for a AIS3624DQ accelerometer. | |
void | AIS3624DQ_update (Accel_t *) |
Updates internally stored acceleration readings. | |
void | AIS3624DQ_readAccel (Accel_t *, float *) |
Read 3-axis floating point accelerations. | |
void | AIS3624DQ_readRawBytes (Accel_t *, uint8_t *) |
Read raw 3-axis data. | |
void | AIS3624DQ_processRawBytes (Accel_t *, uint8_t *, float *) |
Process raw 3-axis data to floating point accelerations. | |