mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
771 B
771 B
FRAM I2C library
Release notes
0.3.3 2022-02-08
- added getSizeBytes()
- created releaseNotes.md
- updated readme.md
- add example FRAM_logging.ino
0.3.2 2021-12-18
- update Arduino-CI,
- add badges in readme.md
- update library.json,
- update license,
- minor edits
0.3.1 2021-02-05
- fix #7 typo in .cpp
0.3.0 2021-01-13
- fix #2 ESP32
- add WireN support
0.2.3 2021-01-11
- fix getMetaData (kudos to PraxisSoft)
0.2.2 2020-12-23
- add Arduino-CI + unit test
- add getWriteProtect()
0.2.1 2020-06-10
- fix library.json
0.2.0 2020-04-30
- refactor,
- add writeProtectPin code
0.1.1 2019-07-31
- added support for Fujitsu 64Kbit MB85RC64T (kudos to ysoyipek)
0.1.0 2018-01-24
- initial version