Hello again, this time I have a LM335A temperature sensor. It usually runs a good 5V, but I need to scale the output voltage down to 3.3V. The problem is that the output range is limited from 2.33V to 3.73V, because it is calibrated directly in Kelvin and the output is 10mV/K. Now, if I scale this down using a voltage divider (5V to 3V), does this change the 10mV/K to 6.6mV/K? If it doesn't change, I can get the voltage by K = (330/4096)*x. Otherwise, it becomes a different equation (which I haven't bothered to derive).
On the same note, would this then affect all such devices whose outputs are based on a linear scale (ex. my pressure sensor)?
EDIT: I derived the second equation and it is K = (500/4096)*x. What makes this interesting is that it is the same equation as if I didn't have a voltage divider at all. This may be due to the fact that I divided by the same ratio that I multiplied by earlier.