mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
52 lines
970 B
Markdown
52 lines
970 B
Markdown
# Change Log AverageAngle
|
|
|
|
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.8] - 2022-10-29
|
|
|
|
- add RP2040 support to build-CI.
|
|
- add CHANGELOG.md
|
|
- minor edit unit test
|
|
- update readme.md
|
|
- change setType() to return bool (false on error)
|
|
|
|
## [0.1.7] - 2021-12-13
|
|
- update library.json
|
|
- fix badges
|
|
- update license
|
|
- update readme.md
|
|
|
|
## [0.1.6] - 2021-10-18
|
|
- update Arduino-CI
|
|
- add GRADIANS
|
|
|
|
## [0.1.5] - 2020-12-12
|
|
- add Arduino-CI
|
|
- add unit tests
|
|
- minor refactor
|
|
|
|
## [0.1.4] - 2020-05-27
|
|
- update library.json
|
|
|
|
## [0.1.3] - 2020-03-26
|
|
- #pragma once
|
|
- removed pre 1.00 support
|
|
- update readme.md
|
|
|
|
## [0.1.2] - 2018-03-30
|
|
- add getAverageLength()
|
|
- add getTotalLength()
|
|
- add zero-test
|
|
|
|
|
|
## [0.1.1] - 2017-12-09
|
|
- fixed negative values of average
|
|
|
|
## [0.1.0] - 2017-11-21
|
|
- initial version
|
|
|