mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
783 B
783 B
Change Log AngleConvertor
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[0.2.1] - 2024-01-24
- add percent as unit
- add milliRadians as unit
- add unit tests for windrose()
[0.2.0] - 2024-01-15
- Fix #4, use degrees as internal format to improve precision (a bit)
- set internal size to double for those board that support 8 bytes double.
- improved AngleConverter_demo.ino
[0.1.2] - 2023-10-17
- update readme.md
[0.1.1] - 2023-01-23
- update GitHub actions
- update license 2023
- update readme
- add windrose() (2x)
- add example
[0.1.0] - 2022-12-01
- initial version