fb49de922c91,032
http://nhiro.org.s3.amazonaws.com/5/6/56d821fc646a514784a4a4d8ea5be570.jpg https://gyazo.com/56d821fc646a514784a4a4d8ea5be570
(OCR text)
33
温度計算式
TEMPERATURE CONVERSION FORMULAS
16-Bit Temperature Data Format
Positive Temperature = ADC Code (dec)/128
Negative Temperature = (ADC Code (dec) - 65,536)/128
where ADC Code uses all 16 bits of the data byte, including the
sign bit.
Negative Temperature = (ADC Code (dec)
32,768)/128
where Bit 15 (sign bit) is removed from the ADC code.
13-Bit Temperature Data Format
Positive Temperature = ADC Code (dec)/16
Negative Temperature = (ADC Code (dec) - 8192)/16
where ADC Code uses the first 13 MSBS of the data byte,
including the sign bit.
Negative Temperature = (ADC Code (dec) 4096)/16
where Bit 15 (sign bit) is removed from the ADC code