Follow up question. We are working with the ADS1015, and we can set the gain to plus/minus some voltage, which subsequently correlates to temperature. Let's assume our sensor has a range of -40 to +125 C. Voltage given in millivolts.
Two questions:
- I can set gain to a nominal range of, say, +/- 4096.
 - Does that mean that -4096 represents -40 C? And +4096 represents +125 C? (or, rather, nominal neg/pos voltage of the temp itself...)
 - ... for instance, we can set "blinders" on the ADC with +/- 1024 and it will not see beyond that maximum dynamic range, where ambient temp registers as ~1800.
 
Meaning, do we need to comprehend sign in the calculation? Or are we always measuring in the positive range? Currently I am assuming unsigned short, but this is probably incorrect.
Thank you...