Modifications

Sauter à la navigation Sauter à la recherche
3 octets supprimés ,  2 octobre 2018 à 22:03
Ligne 130 : Ligne 130 :  
Indeed, we can read the current pressure (without caring about the baseline) THEN we add the "correction" value --> Tadaaa! We have the SLP pressure (the same than displayed on Reference Weather Station).
 
Indeed, we can read the current pressure (without caring about the baseline) THEN we add the "correction" value --> Tadaaa! We have the SLP pressure (the same than displayed on Reference Weather Station).
   −
  <nowiki>
+
  <nowiki># mean pressure at the sea level (not critical for SLP pressure)
# mean pressure at the sea level (not critical for SLP pressure)
   
p.baseline = 101325
 
p.baseline = 101325
 
# SLP pressure  
 
# SLP pressure  
p = bmp280.pressure + compensation
+
p = bmp280.pressure + compensation</nowiki>
</nowiki>
      
where {{fname|p}} would contains pressure normalized at sea level (so the SLP value).
 
where {{fname|p}} would contains pressure normalized at sea level (so the SLP value).
29 837

modifications

Menu de navigation