Skip to content

Commit 301e561

Browse files
committed
updating library link
1 parent 8956bda commit 301e561

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

cedargrove_temperaturetools/dew_point.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"""
2424

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

2828

2929
# fmt: off
@@ -44,6 +44,7 @@
4444

4545
# fmt: on
4646

47+
4748
# Dew Point converter (degrees Celsius)
4849
def dew_point(deg_c, humidity, verbose=False):
4950
"""Calculate dew point temperature from measured temperature (Celsius) and

cedargrove_temperaturetools/heat_index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"""
2424

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

2828

2929
# Heat Index breakpoint list

cedargrove_temperaturetools/unit_converters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"""
2424

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

2828

2929
def celsius_to_fahrenheit(deg_c):

0 commit comments

Comments
 (0)