adafruit / Adafruit_CircuitPython_BME280

CircuitPython driver for the BME280
MIT License
64 stars 42 forks source link

add dew point from old library #11

Closed ladyada closed 6 years ago

ladyada commented 6 years ago

handy code, lets recycle! https://github.com/adafruit/Adafruit_Python_BME280/pull/20

@kattni this is a good one for ya, you can test on a microcontroller (no need to use pi even tho original library was for pi), do it for celsius only, skip the _f version

kattni commented 6 years ago

Added and tested! I'll update the example to include it as well.

kattni commented 6 years ago

Done!

kattni commented 6 years ago

Build and PyPi deployment successful.