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 23
23
"""
24
24
25
25
__version__ = "0.0.0+auto.0"
26
- __repo__ = "https://github.com/CedarGroveStudios/CircuitPython_AirQualityTools .git"
26
+ __repo__ = "https://github.com/CedarGroveStudios/CircuitPython_TemperatureTools .git"
27
27
28
28
29
29
# fmt: off
44
44
45
45
# fmt: on
46
46
47
+
47
48
# Dew Point converter (degrees Celsius)
48
49
def dew_point (deg_c , humidity , verbose = False ):
49
50
"""Calculate dew point temperature from measured temperature (Celsius) and
Original file line number Diff line number Diff line change 23
23
"""
24
24
25
25
__version__ = "0.0.0+auto.0"
26
- __repo__ = "https://github.com/CedarGroveStudios/CircuitPython_AirQualityTools .git"
26
+ __repo__ = "https://github.com/CedarGroveStudios/CircuitPython_TemperatureTools .git"
27
27
28
28
29
29
# Heat Index breakpoint list
Original file line number Diff line number Diff line change 23
23
"""
24
24
25
25
__version__ = "0.0.0+auto.0"
26
- __repo__ = "https://github.com/CedarGroveStudios/CircuitPython_AirQualityTools .git"
26
+ __repo__ = "https://github.com/CedarGroveStudios/CircuitPython_TemperatureTools .git"
27
27
28
28
29
29
def celsius_to_fahrenheit (deg_c ):
You can’t perform that action at this time.
0 commit comments