FIFO Mode of LIS2DE12
I am trying read the X, Y, Z values in FIFO mode. I don't understand the reading procedure.
Do I need to start reading from FIFO_READ_START and continue reading 6 bytes and then initiate another reading from FIFO_READ_START?
or
Do I need to read
OUT_X_H (2bytes),
OUT_Y_H
(2bytes)
andOUT_Z_H
(2bytes) and continue till I read all 32 levels?
