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

63 lines
1.2 KiB
Markdown
Raw Normal View History

2022-11-05 07:41:07 -04:00
# Change Log FastShiftIn
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/).
2024-09-19 08:18:47 -04:00
## [0.4.0] - 2024-09-10
- fix #17, loop unroll option, improving performance, kudos to nt314p
- added flag to select LOOP UNROLL (is optional as it gives larger code size)
- update readme.md
- minor edits
----
2024-07-23 07:32:24 -04:00
## [0.3.4] - 2024-07-22
- add **void read(uint8_t \*array, uint8_t size)** (experimental)
2023-11-01 07:23:10 -04:00
- update readme.md
2024-07-23 07:32:24 -04:00
- reorder functions in .cpp
- minor edits
2023-11-01 07:23:10 -04:00
2024-07-23 07:32:24 -04:00
## [0.3.3] - 2023-10-31
- update readme.md
2023-11-01 07:23:10 -04:00
2023-02-20 11:23:35 -05:00
## [0.3.2] - 2023-02-20
- add (experimental) read16(), read24(), read32() functions.
- changed return types of some functions.
- update keywords.txt
- update readme.md
- update GitHub actions
- update license 2023
- minor edits
2022-11-16 10:07:44 -05:00
## [0.3.1] - 2022-11-06
- redo clock pulse
2022-11-05 13:50:25 -04:00
## [0.3.0] - 2022-11-05
- fix inputRegister bug
- refactor for code size
2023-02-20 11:23:35 -05:00
----
2022-11-05 13:50:25 -04:00
2022-11-05 07:41:07 -04:00
## [0.2.4] - 2022-11-05
- add changelog.md
- add rp2040 to build-CI
- update readme.md
## [0.2.3] - 2021-17-12
- update license
- update readme - some badges
- clean up unit test
## [0.2.2] - 2020-12-22
2023-02-20 11:23:35 -05:00
----
2022-11-05 07:41:07 -04:00
## No history ...
## [0.1.0 - 2013-09-29
- initial version