The output voltage offset of the sensor is 0.5V (norminal).
const int pressureInput = A0; //select the analog input pin for the pressure transducer const int pressureZero = 102.4; //analog reading of pressure transducer at 0psi const int pressureMax = 921.6; / ...