2022-12-02 10:37:37 +01:00
|
|
|
# Change Log A1301
|
|
|
|
|
|
|
|
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/).
|
|
|
|
|
|
|
|
|
2023-09-20 19:16:07 +02:00
|
|
|
## [0.2.1] - 2023-09-19
|
|
|
|
- add **bool isRising()** and **bool isFalling()**
|
|
|
|
- add **float deltaGauss()**
|
|
|
|
- add **float determineNoise(uint8_t times = 2)**
|
|
|
|
- add **angle()** experimental.
|
|
|
|
- add / update examples.
|
|
|
|
- replaced internal mVGauss by GaussmV to improve math performance.
|
|
|
|
- update readme.md
|
|
|
|
|
|
|
|
|
2023-04-25 10:25:42 +02:00
|
|
|
## [0.2.0] - 2023-04-24
|
|
|
|
- add **isNull()** is no magnetic field is detected.
|
|
|
|
- add **saturationLevel()** returns 0..100%
|
|
|
|
- update examples (plotter + test)
|
|
|
|
- fix midPoint in **begin()**
|
|
|
|
- fix constructor **maxGauss**
|
|
|
|
- update readme.md
|
|
|
|
- update unit test
|
|
|
|
- update keywords.txt
|
|
|
|
- minor edits
|
|
|
|
|
|
|
|
----
|
|
|
|
|
2023-01-03 20:01:29 +01:00
|
|
|
## [0.1.2] - 2023-03-01
|
|
|
|
- update GitHub actions
|
|
|
|
- update license
|
|
|
|
- minor edits
|
|
|
|
|
2022-12-02 12:52:49 +01:00
|
|
|
## [0.1.1] - 2022-12-02
|
2023-04-25 10:25:42 +02:00
|
|
|
- update keywords.txt
|
2022-12-02 12:52:49 +01:00
|
|
|
- boolean => bool
|
2023-04-25 10:25:42 +02:00
|
|
|
- add **isSaturated()**
|
2022-12-02 12:52:49 +01:00
|
|
|
- update readme.md
|
2023-04-25 10:25:42 +02:00
|
|
|
- add A1324/A1325/A1326 derived classes.
|
2022-12-02 12:52:49 +01:00
|
|
|
- update unit test
|
|
|
|
|
2022-12-02 10:37:37 +01:00
|
|
|
## [0.1.0] - 2022-12-01
|
|
|
|
- initial version
|
|
|
|
- rewrite whole class.
|
|
|
|
|
|
|
|
----
|
|
|
|
|
|
|
|
## [0.0.1] - 2010-07-22
|
|
|
|
- first light (not released)
|