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

Does DewPoint() use metric units? #43

Closed jirkaptr closed 7 years ago

jirkaptr commented 7 years ago

No. The used parameter name is misleading. Instead of bool metric would be better to use TempUnit units.

finitespace commented 7 years ago

Yes. I made compromises on what I touched when I did the refactor. This was not on the short list. I might have time to look at it this weekend.

finitespace commented 7 years ago

This has been resolved. Thanks!