Commit Graph
9 Commits
Author SHA1 Message Date
Tomas HübnerandGitHub 98235dfd82 Addition of a utility class for cycling writes (#8)
I2C_eeprom
*  Added page sizes for larger memory sizes (still deriving from the ATxxCxxx datasheets)

I2C_eeprom_cyclic_store
* Add the cyclic store implementation.
* Add an example for cyclic use of EEPROM.
* Update keywords.txt for syntax highlighting the new class and it's members.
* Changed signature of begin() to match page size data type.
* Add getMetrics() to have an indication about lifetime
2021-01-04 08:33:22 +01:00
Rob TillaartandGitHub 5e12716b9c add example (#7)
Added updateByte() + example + versie 1.3.1
1.3.1
2020-12-22 13:22:44 +01:00
Rob TillaartandGitHub c0a952e406 Merge pull request #5 from RobTillaart/arduino-ci
initial arduino-ci
2020-12-22 12:18:29 +01:00
rob tillaart eefb18b923 initial arduino-ci 2020-12-22 12:14:44 +01:00
Rob TillaartandGitHub 74eec4b960 Merge pull request #2 from RobTillaart/develop
fix #1 compiling for ESP
2020-07-14 16:43:39 +02:00
rob tillaart 498b16ef71 fix #1 compiling for ESP 2020-07-14 16:41:53 +02:00
rob tillaart af11b71dbc fix library.properties 1.3.0 2020-06-18 21:29:17 +02:00
rob tillaart c9e625251e 1.3.0 release 2020-06-18 17:21:00 +02:00
Rob TillaartandGitHub 0cc6a42270 Initial commit 2020-06-17 18:44:22 +02:00