Hello!
I am using an LPC11U68 which has a 12 bit ADC and a temperature range from -40 to 105°C. At least the data sheet says so.
I also do get a value of about 80°C.
My calculation was:
auto temp = 105 - ((int)(rawValue * 145 / rawMax));
How do you get the values "-578,34" and "-2,366"?
Thanks!