mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
1.1 KiB
1.1 KiB
Change Log Fletcher
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.1.7] - 2022-11-07
- update GitHub actions
- update license
- add s1 and s2 parameters to the static functions.
- update readme.md
[0.1.7] - 2022-11-07
- add changelog.md
- add rp2040 to build-CI
- update readme.md
[0.1.6] - 2022-09-10
- stabilize optimizations
[0.1.5] - 2022-09-08
- roll back the optimizations in the stand-alone functions
- conflict with loop optimization already in.
- update keywords.txt
[0.1.4] - 2022-09-08
- performance optimization (Kudos to Daniel Mohr).
- affects SAMD, ESP32 and ESP8266
- fix FLETCHER_LIB_VERSION
[0.1.3] - 2022-04-15
- fix #4 split .h in .h and .cpp
[0.1.2] - 2022-01-26
- add class implementation e.g. for streaming
[0.1.1] - 2022-01-26
- optimize modulo math - variation based upon to Anastase Nakassis (wikipedia)
[0.1.0] - 2022-01-25
- initial version, straightforward implementation