mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
34 lines
801 B
Markdown
34 lines
801 B
Markdown
# 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/).
|
|
|
|
|
|
## [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
|
|
|
|
|
|
## [0.1.2] - 2022-03-26
|
|
- add **setOffset(offset)** and **getOffset()**
|
|
- add example
|
|
- updated **mix()** code
|
|
- set gain explicit in constructor.
|
|
|
|
## [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
|
|
|
|
## [0.1.0] - 2022-03-24
|
|
- add initial version
|
|
|