LIS3DSH question and documentation request
Posted on March 31, 2017 at 07:49I've been able to get the LIS3DSH working for single values by doing this: transmitData[0] = (uint8_t) (LIS3DSH_READ | LIS3DSH_X_L); SPISend( transmitData, receiveData, 2); xl = receiveData[1];But if I wanted to read...