GY-63_MS5611/libraries/fast_math/CHANGELOG.md
2022-12-26 10:01:34 +01:00

30 lines
691 B
Markdown

# Change Log fast_math
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.2.1] - 2022-12
- add divmod3()
- add divmod5()
- add divmod12(), divmod24(), divmod60() - time related.
- update ping2cm(), ping2mm()
- update ping2cm32(), ping2mm32()
- add ping2quarter();
- add ping2inch_tempF(duration, Fahrenheit);
## [0.2.0] - 2022-10-29
- initial release as library
- add examples
- redo a lot of testing
- add readme.md
- renamed to fast_math (ESP32 conflict)
----
## [0.1.0] - 27 October 2013
- initial version fastMath