That worked for the most part, but now I'm running into the issue where the text will print once, but won't print after the first round. THey'll all get through a single loop, but they won't print again.
Any suggestions? I didn't even think about the variables not being in the loop. I was thinking since the readings would be changing, they'd continuously update. Thanks for the tip!
Edit: I got it working. I needed to amend my if/else statement. Rather than 2 "if" statements, it worked when I changed it to resetting the pressure variable with an else clause.