-
Notifications
You must be signed in to change notification settings - Fork 1
BARO
bennierex edited this page May 6, 2015
·
5 revisions
>>> import navio
>>> nio = navio.Navio()
>>> nio.BARO_get_temp_and_press()
{'press': 999.8275756835938, 'temp': 34.181156158447266}
instance method BARO_get_temp_and_press()
Gets calculated temperature (in degrees Celsius) and pressure (in mbar).
Returns: (dict) Measured pressure and temperature.