Advertisement
rdsedmundo

var andSoItBegins

Nov 17th, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     255         = 3.3V
  2.     Dados         x
  3.    
  4.     ((Dados * 3.3V) / (255)) = x
  5.    
  6.     1ºC = 0.01V
  7.     yºC   x
  8.    
  9.     ((x) / (0.01V)) = y
  10.         ((((Dados * 3.3V) / (255))) / (0.01V)) = y
  11.         Temperatura = y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement