mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
49 lines
941 B
Markdown
49 lines
941 B
Markdown
# 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/).
|
|
|
|
|
|
## [0.2.2]
|
|
- add changelog.md
|
|
- add RP2040 to build-CI
|
|
- minor edits
|
|
|
|
|
|
## [0.2.0] - 2022-06-08
|
|
- add verify functions
|
|
- improve documentation / comments
|
|
## [0.2.1] - 2022-06-11
|
|
- update documentation
|
|
- minor edits
|
|
- minor improvements / bug fixes
|
|
- add get/setExtraWriteCycleTime()
|
|
|
|
----
|
|
|
|
## [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)
|
|
|
|
|