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

add absoluteHumidity calculation #41

Closed coelner closed 6 years ago

coelner commented 7 years ago

as seen here: http://planetcalc.com/2167/# we can calculate the absolute Humidity.

finitespace commented 7 years ago

Good idea. Great addition to environment calculations. Feel free to submit a pull request.

coelner commented 6 years ago

58

finitespace commented 6 years ago

68