Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

1.0.0

Compare
Choose a tag to compare
@joe-mccarthy joe-mccarthy released this 23 Aug 12:54
· 32 commits to main since this release

Added

  • Created the project changelog.
  • Created unit tests
  • Added module docstring
  • Added method docstring
  • Added badges
  • Get temperature, pressure, humidity from OpenWeatherMapAPI
  • Get temperature, pressure, humidity from BME280 sensor
  • Calculate the dew point for current readings
  • Check csv file exists
  • Creates missing csv file and creates headers
  • Appends current readings to the csv file
  • No API key assumes using BME280 sensor with defaults

Changed

  • Variables are passed as cli arguments
  • Updated the project readme

Removed

  • Removed hard coded variables