Commit Graph
10 Commits
Author SHA1 Message Date
Rob TillaartandGitHub 1cd0bdaf07 1.5.0 fix memory address for 24LC04/08/16 (#29)
* 1.5.0 #28 fix addressing 24LC04/08/16
2021-07-01 10:05:27 +02:00
Rob TillaartandGitHub 0e3c2e26c7 adjust buffer size AVR / ESP +rename (#26) 2021-05-05 14:09:36 +02:00
Rob TillaartandGitHub d0f8385bc4 1.4.2 add updateBlock() (#23) 2021-01-31 16:27:13 +01:00
Rob TillaartandGitHub 692f1a3004 fix #21 addressing ST m24C08 et al + WireN support (#22)
* fix #21 addressing ST m24C08 et al + WireN support
2021-01-29 10:53:04 +01:00
Rob TillaartandGitHub 2d60816fe8 1.4.0 (#20)
* 1.4.0
2021-01-28 13:19:24 +01:00
Rob TillaartandGitHub 63faf48a13 Fix determineSize + some refactor (#16)
* 1.3.2 fix determineSize + isConnected()
* update readme.md
2021-01-19 11:41:40 +01:00
Tomas HübnerandGitHub e0eba70c85 Test cases for I2C_eeprom initialization (#15)
Added test cases for I2C_eeprom initialization to verify that the page size is chosen correctly and that it sets the address size properly.

Fixed a bug with the larger eeprom sizes having incorrect intervals.
2021-01-08 14:46:57 +01:00
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
2020-12-22 13:22:44 +01:00
rob tillaart c9e625251e 1.3.0 release 2020-06-18 17:21:00 +02:00