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

56 lines
1.0 KiB
Markdown
Raw Normal View History

2022-11-12 09:41:55 -05:00
# Change Log I2C_24LC1025
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/).
2023-05-02 07:37:13 -04:00
## [0.2.3] - 2023-05-02
- improve support for RP2040
- move code from .h to .cpp
- update readme.md
- minor edits
2022-11-12 09:41:55 -05:00
## [0.2.2]
- add changelog.md
- add RP2040 to build-CI
- minor edits
## [0.2.1] - 2022-06-11
- update documentation
- minor edits
- minor improvements / bug fixes
- add get/setExtraWriteCycleTime()
2023-05-02 07:37:13 -04:00
## [0.2.0] - 2022-06-08
- add verify functions
- improve documentation / comments
2022-11-12 09:41:55 -05:00
----
## [0.1.5] - 2021-08-30
- fix #3 I2C_DEVICESIZE_24LC512 => I2C_DEVICESIZE_24LC1025
## [0.1.4] - 2021-05-27
- fix library.properties
## [0.1.6] - 2021-12-19
- update library.json
- update license
- minor edits
## [0.1.3] - 2021-02-02
- add updateBlock()
## [0.1.2] - 2021-01-31
- fix reading over 64K block border
## [0.1.1] - 2021-01-20
- major redo
## [0.1.0] - 2019-12-11
- initial version (not tested)