Hello,
I'll be needing to read the temperature of an object using the TMP006. Does anyone have source code to interface this with an MSP430? There are two parts:
1) Reading the values of the registers over I2C
2) Computing the temperature based on these values.
I'm fine using a lookup table for 2) but the MSP430 I'm using ('G2553) is limited in the amount of flash it has; so I'd prefer not to use more than 4-8kB of flash for the lookup table.
Thanks,
Derek