File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
cedargrove_temperaturetools Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
4444
4545# fmt: on
4646
47+
4748# Dew Point converter (degrees Celsius)
4849def dew_point (deg_c , humidity , verbose = False ):
4950 """Calculate dew point temperature from measured temperature (Celsius) and
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
2929def celsius_to_fahrenheit (deg_c ):
You can’t perform that action at this time.
0 commit comments