Searched refs:DS2438_TEMP_LSB (Results 1 – 1 of 1) sorted by relevance
44 #define DS2438_TEMP_LSB 0x01 macro126 *temperature = (((int16_t) w1_buf[DS2438_TEMP_MSB]) << 8) | ((uint16_t) w1_buf[DS2438_TEMP_LSB]); in w1_ds2438_get_temperature()