Skip to content

Commit

Permalink
Merge pull request #2 from jposada202020/main
Browse files Browse the repository at this point in the history
updating library link
  • Loading branch information
CedarGroveStudios authored Jul 26, 2023
2 parents 8956bda + 301e561 commit c9f58e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion cedargrove_temperaturetools/dew_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"""

__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/CedarGroveStudios/CircuitPython_AirQualityTools.git"
__repo__ = "https://github.com/CedarGroveStudios/CircuitPython_TemperatureTools.git"


# fmt: off
Expand All @@ -44,6 +44,7 @@

# fmt: on


# Dew Point converter (degrees Celsius)
def dew_point(deg_c, humidity, verbose=False):
"""Calculate dew point temperature from measured temperature (Celsius) and
Expand Down
2 changes: 1 addition & 1 deletion cedargrove_temperaturetools/heat_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"""

__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/CedarGroveStudios/CircuitPython_AirQualityTools.git"
__repo__ = "https://github.com/CedarGroveStudios/CircuitPython_TemperatureTools.git"


# Heat Index breakpoint list
Expand Down
2 changes: 1 addition & 1 deletion cedargrove_temperaturetools/unit_converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"""

__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/CedarGroveStudios/CircuitPython_AirQualityTools.git"
__repo__ = "https://github.com/CedarGroveStudios/CircuitPython_TemperatureTools.git"


def celsius_to_fahrenheit(deg_c):
Expand Down

0 comments on commit c9f58e8

Please sign in to comment.