mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
75 lines
1.3 KiB
Markdown
75 lines
1.3 KiB
Markdown
|
# Change Log Temperature
|
||
|
|
||
|
All notable changes to this project will be documented in this file.
|
||
|
|
||
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||
|
|
||
|
|
||
|
## [0.3.4] - 2022-04-15
|
||
|
|
||
|
### Added
|
||
|
|
||
|
### Changed
|
||
|
|
||
|
### Fixed
|
||
|
- fix #16 Split .h in .h and .cpp
|
||
|
|
||
|
|
||
|
## [0.3.3] - 2022-01-09
|
||
|
|
||
|
### Added
|
||
|
- added working limits to windchill() and heatIndex()
|
||
|
|
||
|
|
||
|
## [0.3.2] - 2022-01-08
|
||
|
|
||
|
### Added
|
||
|
- added a TempConvertor class for more exotic scales.
|
||
|
- added baroToSeaLevel() - kudos to RobertDB59
|
||
|
|
||
|
### Fixed
|
||
|
- Renamed Celcius to Celsius.
|
||
|
|
||
|
|
||
|
## [0.3.1] - 2022-01-07
|
||
|
|
||
|
### Fixed
|
||
|
- fix adjustments
|
||
|
|
||
|
## [0.3.0] - 2022-01-05
|
||
|
|
||
|
### Fixed
|
||
|
- fix #10 update HeatIndex function
|
||
|
compared with https://www.calculator.net/heat-index-calculator.html
|
||
|
|
||
|
|
||
|
|
||
|
## [0.2.5] - 2021-12-28
|
||
|
- Arduino-CI, library.json, readme.md, license, minor edits
|
||
|
|
||
|
## [0.2.4] - 2021-01-08
|
||
|
- Arduino-CI + unit tests
|
||
|
|
||
|
## [0.2.3] - 2020-08-27
|
||
|
- fix #5 order of functions, typo, fixed 1 example
|
||
|
|
||
|
## [0.2.2] - 2020-06-19
|
||
|
- fix library.json
|
||
|
|
||
|
## [0.2.1] - 2020-05-26
|
||
|
- added wind-chill formulas
|
||
|
|
||
|
## [0.2.0] - 2020-04-04
|
||
|
- #pragma once, removed WProgram.h, readme.md, comments
|
||
|
- replaced obsolete links with new ones,
|
||
|
- tested and removed some code
|
||
|
|
||
|
## [0.1.1] - 2017-07-26
|
||
|
- double to float (issue #33)
|
||
|
|
||
|
## [0.1.0] - 2015-03-29
|
||
|
- initial version
|
||
|
|
||
|
|