I have a pressure transducer that is rated up to 200 psi. Therefore, I need to scale 0 - 200 psi to 0.5 - 4.5V. Below is my code but I do not know if it is correct. Been reading a bunch of articles about normalizing but unsure if it translates well here.
const int analogPin = A0;
float inputP1;
float outputP1;