I would like to measure different outputs of two absolute pressure sensors, one differential pressure sensor and a massflow sensor using an Arduino Mega2560 REV3. The massflow sensor output is from 1-5V. As the output of the absolute pressure sensors is a current, I can adjust the range using a resistor. But the differential pressure sensor's output is between 0mV and 35mV. In order to have a precise measurement I would need a reference voltage of 1V for the differential pressure sensor but for the massflow sensor I would need a reference voltage of 5V. I know that the reference voltage can be changed using analogReference() but is there a way of using two different reference voltages for two different analog inputs?