Commit Graph

29 Commits

Author SHA1 Message Date
Rob Tillaart
4bfffcf63f 1.8.4 I2C_EEPROM 2024-04-21 11:00:27 +02:00
Rob Tillaart
7c3a797cfb 1.8.3 I2C_EEPROM 2024-03-28 10:50:48 +01:00
Rob Tillaart
92d5d59011 1.8.2 I2C_EEPROM 2024-01-02 16:12:11 +01:00
Rob Tillaart
380fb0b5c6 1.8.1 I2C_EEPROM 2023-12-14 11:58:08 +01:00
Rob Tillaart
eb016cb4c6 1.8.0 I2C_EEPROM 2023-11-25 13:22:10 +01:00
rob tillaart
febfc3d3ad 1.7.0 I2C_EEPROM 2022-12-03 12:40:41 +01:00
rob tillaart
8e0ab56977 sync repos (mostly keeping build happy) 2022-10-01 13:17:26 +02:00
rob tillaart
8f6edaeca9 1.6.1 I2C_EEPROM 2022-06-12 12:47:07 +02:00
rob tillaart
0fe393948c 1.5.2 I2C_EEPROM 2021-12-19 20:05:24 +01:00
rob tillaart
96b925737c 1.5.1 I2C_EEPROM cleanup 2021-11-08 13:28:11 +01:00
rob tillaart
25164f9333 1.5.1 I2C_EEPROM 2021-11-08 13:26:03 +01:00
rob tillaart
38c5efb6b0 fix I2C_EEPROM formatting 2021-08-06 19:17:27 +02:00
rob tillaart
e5bc4a1d9a update libs 2021-02-03 17:20:20 +01:00
rob tillaart
7661eee8b4 2021-01-29 2021-01-29 12:31:58 +01:00
rob tillaart
d13cd04dac update libraries E-I 2020-11-27 11:16:22 +01:00
RobTillaart
d2b8f21e92 range fix in test script 2017-07-16 09:02:48 +02:00
aldras
76139cbbfa Update I2C_eeprom_test.ino
I2C_EEPROM - Modified example sketch for hex display of memory dumps, explicitly defined 24LC64 memory size
2017-01-24 16:21:48 +09:00
rob tillaart
03f2e523a2 updated version numbers after fix 2015-05-20 20:04:35 +02:00
Ian Freislich
002a1ca3c3 _pageBlock loop never terminates due to incorrect variable in while()
Assignment is always false in I2C_eeprom_test.ino.  It should be a comparisson
2015-05-20 09:29:00 -04:00
rob tillaart
9f891dc3a9 + version 1.2.02
+ corrected version number
+ corrected history in .cpp
+ stricter interface where possible
2015-03-06 17:29:14 +01:00
rob tillaart
1f8c5f06bb + refactored
+ code style
+ names more explicit e.g. address -> memoryAddress
2014-05-21 21:18:35 +02:00
odbol
511d613332 Added another test for smaller, one-word addressable EEPROMS 2014-05-12 01:59:20 -07:00
odbol
d8bb224efc Updated to work on Arduino Due. 2014-05-12 00:22:09 -07:00
Rob Tillaart
a2547d9f51 + 1.1.00 breaking interface
+ begin() addded, needs to be called before use - e.g. in setup() -
+ faster block Wire.Write()
+ removed int casting
+ updated and removed comments
+ updated test sketch
2013-12-15 17:00:26 +01:00
Rob Tillaart
a8fc6d45e9 + 1.0.05
+ improved waitEEReady() -> on average far lower write latency
+ added determineSize -> behind #ifdef to keep base lib small
+ improved comments
+ corrected return type readBlock()
+ updated test sketch
2013-11-06 17:46:04 +01:00
Rob Tillaart
afcb60364c + version 1.0.04 (stable)
+ moved the waitEEReady() so writing profits more than reading looses.
  Performance numbers have increased quite well! both 100 and 400 KHz
2013-11-03 19:43:10 +01:00
Rob Tillaart
3a49ea46ba + version 1.0.02
+ improved buffer sizes
+ changed datatypes interface
+ refactor
- removed eopAddr
+ improved testProgram

Signed-off-by: Rob Tillaart <rob.tillaart@gmail.com>
2013-11-03 14:20:59 +01:00
Rob Tillaart
6f2088c237 + version 1.0.01
+ fix bug in writeBlock
+ refactor to minimize codebase
+ change private parts
2013-11-03 10:41:19 +01:00
Rob Tillaart
18a82023b9 + added example, test /show working 2013-09-30 16:59:06 +02:00