rhudson2802

Results 1 issues of rhudson2802

Hi, I believe there is a return statement in periodicFetchData. The existing code is: ```cpp SHT31D ClosedCube_SHT31D::periodicFetchData() { SHT31D_ErrorCode error = writeCommand(SHT3XD_CMD_FETCH_DATA); if (error == SHT3XD_NO_ERROR) return readTemperatureAndHumidity(); else returnError(error);...