Skip to content

Releases: RobTillaart/Temperature

0.3.7 release

12 Nov 11:00
2b75e03
Compare
Choose a tag to compare
update readme.md (#21)

- update readme.md
- renamed TEMPERATURE_VERSION => TEMPERATURE_LIB_VERSION
- updated examples to show LIB version
- update keywords.txt
- minor edits

0.3.6 release

18 Feb 09:26
89155e6
Compare
Choose a tag to compare
add absoluteHumidity + boiling functions (#20)

- add **absoluteHumidity(TC, RH)** from relative humidity
- add **boilingFahrenheit(feet)** boiling temperature Fahrenheit at height in feet.
- add **boilingCelsius(meter)** boiling temperature Celsius at height in meter.
- add **boilingMeter(Celsius)** inverse function of above.
- add example
- update keywords.txt
- update readme.md
- update GitHub actions
- update license 2023
- minor edits

0.3.5 release

26 Nov 12:11
1c486ef
Compare
Choose a tag to compare
add RP2040 to build-CI (#18)

0.3.4 release

15 Apr 18:17
7591763
Compare
Choose a tag to compare
fix #16 split .h in .h and .cpp (#17)

* fix #16 split .h in .h and .cpp

0.3.3 release

09 Jan 19:33
5c2b9f5
Compare
Choose a tag to compare
improve windchill() and heatIndex() (#15)

* improve windchill() and heatIndex()

0.3.2 release

09 Jan 10:05
40883a0
Compare
Choose a tag to compare
add temperatureConvertor class (#14)

* add temperatureConvertor class
* add baroToSeaLevelC()

0.3.1 release

07 Jan 07:58
c45965e
Compare
Choose a tag to compare
fix adjustment (#12)

0.3.0 release

06 Jan 14:28
9354eab
Compare
Choose a tag to compare

Fixed heat index formula

0.2.5 release

28 Dec 18:19
e50eb99
Compare
Choose a tag to compare
update build-CI, library.json, readme, license, minor edits (#9)

0.2.4 release

08 Jan 22:15
82aecbb
Compare
Choose a tag to compare
Arduino ci (#7)

* add Arduino-CI
* add unit test