Hello
I was interfacing a MSP430g2553 to a LM89 sensor. Is there a readymade code available to read the value of temperature from the register of LM89. I am working on it but I would highly appreciate if some reference is provided.
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.
Hello
I was interfacing a MSP430g2553 to a LM89 sensor. Is there a readymade code available to read the value of temperature from the register of LM89. I am working on it but I would highly appreciate if some reference is provided.
Hi,
I am not aware of ready example for interfacing LM89 with MSP430 devices. However since the LM89 has SMBus interface, the following wiki shall be able to help you as it describes on how to use USCI module (which the MSP430G2553 also has) as SMBus interface:
http://processors.wiki.ti.com/index.php/Implementing_SMBus_using_USCI
**Attention** This is a public forum