finitespace / BME280

Provides an Arduino library for reading and interpreting Bosch BME280 data over I2C, SPI or Sw SPI.
GNU General Public License v3.0
212 stars 105 forks source link

Added Millibar unit (mbar) #90

Closed johanso-au closed 3 years ago

johanso-au commented 6 years ago

Added the mbar option for pressure units.

Yes, I'm aware it's the same as hPa, but calling mbar makes code cleaner.

johanso-au commented 6 years ago

Added millibar pressure unit.

finitespace commented 6 years ago

I did intentionally leave the unit out. However I do like the idea of combining the case per @jirkaptr suggestion. I will take a look at the code impact.