adafruit / Adafruit_BMP085_Unified

Unified sensor driver for Adafruit's BMP085 & BMP180 breakouts
93 stars 60 forks source link

.getSensor() Returns inverted values #13

Closed randym52 closed 9 years ago

randym52 commented 9 years ago

The getSensor() method for BMP085 returns Max of 300.00 Min of 1100.00HPa
300 may be MAX altitude, but for pressure in Pascals that is the minimum.

microbuilder commented 9 years ago

Ooops, you're right, I'll update that manually. Thanks for the heads up.