GY-63_MS5611/libraries/MS5611
2020-11-27 11:20:37 +01:00
..
examples update libraries J..M 2020-11-27 11:20:37 +01:00
keywords.txt update libraries J..M 2020-11-27 11:20:37 +01:00
library.json update libraries J..M 2020-11-27 11:20:37 +01:00
library.properties update libraries J..M 2020-11-27 11:20:37 +01:00
LICENSE update libraries J..M 2020-11-27 11:20:37 +01:00
MS5611.cpp update libraries J..M 2020-11-27 11:20:37 +01:00
MS5611.h update libraries J..M 2020-11-27 11:20:37 +01:00
README.md update libraries J..M 2020-11-27 11:20:37 +01:00
todo.txt 0.1.8 Fix #109 incorrect constants 2018-07-05 12:35:56 +02:00

MS5611

Arduino library for MS5611 temperature and pressure sensor

Description

The MS5611 is a high resolution temperature and pressure sensor.

Temperature is expressed in 1/100 of degrees, so to print it one has to multiply it by 0.01.

Pressure is expressed in 1/100 of mBar, so to print it one has to multiply it by 0.01 too.

This high resolution is made possible by oversampling (many times).

Maybe the values should be fixed in the future to be more "user friendly" so a float representing Celsius and Bar.

Disclaimer

The library is experimental. As I have no such sensor the quality is hard to test. So if you happen to have such a sensor, please give it a try and let me know.

Operation

See examples