GY-63_MS5611/libraries/WaveMix/CHANGELOG.md

34 lines
801 B
Markdown
Raw Normal View History

2022-03-25 05:00:26 -04:00
# Change Log WAVEMIX
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/).
2022-11-27 04:36:01 -05:00
## [0.1.3] - 2022-11-27
- add RP2040 to build-CI
- add test for 0 in setWeight()
- add test for percentage in setPercentage()
- update unit test
- move code from .h to .cpp
- simplified changelog
2022-03-27 04:26:59 -04:00
2022-11-27 04:36:01 -05:00
## [0.1.2] - 2022-03-26
2022-03-27 04:26:59 -04:00
- add **setOffset(offset)** and **getOffset()**
- add example
- updated **mix()** code
- set gain explicit in constructor.
2022-03-26 06:33:27 -04:00
## [0.1.1] - 2022-03-26
- add **setGain()** and **getGain()**
- add examples
- updated readme.md
- removed constraints on weight and percentage
- minor edits and clean up
2022-03-25 05:00:26 -04:00
## [0.1.0] - 2022-03-24
- add initial version