You use the 16-bits value from the ADC, but the ADC is only 10-bits.
Just use the example: Arduino Playground - InternalTemperatureSensor
And determine the gain and offset for your chip.
You use the 16-bits value from the ADC, but the ADC is only 10-bits.
Just use the example: Arduino Playground - InternalTemperatureSensor
And determine the gain and offset for your chip.