Guest User

Untitled

a guest
Nov 20th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. a = 0.5
  2. b = y2 - y1 / x2 - x1 = (4.5 - 0.5 ) / (100 - 0) = 4/100 = 0.04
  3. x = PSI
  4. y = Signal's Voltage
  5.  
  6. float voltage = ((float)reading)/1024.f;
Add Comment
Please, Sign In to add comment