This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
从tmp119数字温度传感器获取含有温度信息的二进制后,如何转化从温度
您好,
请参见手册8.1.1 C-Code Decoding Temperature Data
https://www.ti.com/lit/ds/symlink/tmp119.pdf#page=27
负温度时,具体怎么计算呢?是否需要在二进制的情况下,先取反,再加一,再进行二进制转十进制,用十进制×0.0078125,再加上负号
谢谢
你好,该例程为有符号计算,直接用就可以。