Resolved! IIS3DWB Question about Reading Multiple Data from FIFO
I am using the IIS3DWB sensor and have a question about reading data from the FIFO.Currently, I use the following function to retrieve one set of x, y, z values at a time:int32_t iis3dwb_fifo_out_raw_get(stmdev_ctx_t *ctx, uint8_t *buff){int32_t ret;...