GY-63_MS5611/libraries/GST/changelog.md

24 lines
494 B
Markdown
Raw Normal View History

2022-02-27 12:06:47 +01:00
# GST Changelog
2022-11-08 17:02:31 +01:00
## [0.1.2] - 2022-11-08
- add RP2040 to build CI
- update changelog.md
2022-06-08 14:39:43 +02:00
2022-11-08 17:02:31 +01:00
## [0.1.1] - 2022-06-08
2022-06-08 14:39:43 +02:00
- add **addTruePositive()** etc functions.
- add defaults for **setTruePositive(value = 0)** etc functions
- add long descriptive names for the short functions.
- add derived class GoldenStandardTest, for descriptive name
- added some documentation
- split off GST.cpp file, prevent - https://github.com/RobTillaart/CRC/issues/21
2022-11-08 17:02:31 +01:00
## [0.1.0] - 2022-02-25
2022-02-27 12:06:47 +01:00
- initial version
-