Searched refs:tempBuf (Results 1 – 1 of 1) sorted by relevance
201 uint8_t tempBuf[3]; in MPL3115ReadBarometer() local257 MPL3115ReadBuffer( OUT_P_MSB_REG, tempBuf, 3 ); //Read altitude data in MPL3115ReadBarometer()259 msb = tempBuf[0]; in MPL3115ReadBarometer()260 csb = tempBuf[1]; in MPL3115ReadBarometer()261 lsb = tempBuf[2]; in MPL3115ReadBarometer()294 uint8_t tempBuf[2]; in MPL3115ReadTemperature() local336 MPL3115ReadBuffer( OUT_T_MSB_REG, tempBuf, 2 ); in MPL3115ReadTemperature()338 msb = tempBuf[0]; in MPL3115ReadTemperature()339 lsb = tempBuf[1]; in MPL3115ReadTemperature()