Skip to content

Commit 711ddef

Browse files
committed
0.5.4 FRAM_I2C
1 parent 1cf039e commit 711ddef

File tree

8 files changed

+315
-237
lines changed

8 files changed

+315
-237
lines changed

libraries/FRAM_I2C/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77

8+
## [0.5.4] - 2023-09-04
9+
- merge #39 add **read64(), write64()** (kudos to pvogt09)
10+
- merge #40 add **MB85RC64V** info (kudos to pvogt09)
11+
- rewrite **getManufacturerID, getProductID, getSize()**
12+
to handle non existent metadata (See #38)
13+
- update keywords.txt
14+
- update unit test
15+
- improved readability parameter names
16+
- update readme.md
17+
18+
819
## [0.5.3] - 2023-04-28
920
- major redo FRAM9 and FRAM11, see #35
1021
- update FRAM32 to match FRAM
1122
- update readme.md.
1223
- minor edits
1324

14-
1525
## [0.5.2] - 2023-04-22
1626
- add **FRAM_ML** class - see FRAM_MULTILANGUAGE.md
1727
- add examples.

0 commit comments

Comments
 (0)