3 Commits
Author SHA1 Message Date
Rob TillaartandGitHub ff21bd6cdc simplify begin() (#60)
- simplify **begin()**, remove setting Wire pins from library.
- add **getAddress()**
- update readme.md
- update examples
2023-11-25 13:19:42 +01:00
Rob TillaartandGitHub 1a6461a7dd update library.json, license, minor edits (#37) 2021-12-19 20:01:34 +01:00
Tomas HübnerandGitHub cd9ea6fb4c Added documentation for I2C_eeprom_cyclic_store (#11)
* Update I2C_eeprom.cpp

Added page sizes for larger memory sizes (still deriving from the ATxxCxxx datasheets)

* Update I2C_eeprom.cpp

* Update I2C_eeprom.cpp

* Added the cyclic store implementation.

* Added an example

* Removed redundant #ifdef in include file.
Added an incude directive for base "I2c_eeprom.h" file to get the Arduino IDE of the Github workflow to compile the file properly.
Added entries to keywords.txt for syntax highlighting the new class and it's members.

* Removed debug code that shouldn't have been left in there.

* Removed reduntant member and changed the type of the _pageSize to 8-bits.

* Changed signature of begin() to match page size data type.

* Made the initialization propagate read failures. Added method to get metrics. Fixed bugs in binary search and wrapping of slot index. Tidied up comments.

* Added the getMetrics() method to keywords.txt for highlighting

* Changed the way getMetrics() works when eeprom is empty.

* Titantompa/readme (#7)

* Added readme for the cyclic store
* Added link from main readme to cyclic store readme.
2021-01-05 10:06:33 +01:00