Question regarding implementation of LIS3DSH Standard C library.
Hi,I was taking a look at the STMems Standard C Library for the LIS3DSH. The implementation of the function lis3dsh_status_get looks a bit weird as there are 2 calls to the lis3dsh_write_reg functions.int32_t lis3dsh_status_get(stmdev_ctx_t *ctx, lis...