rob tillaart
889ee24e55
1.7.1 I2C_EEPROM
2023-01-12 17:52:04 +01:00
rob tillaart
febfc3d3ad
1.7.0 I2C_EEPROM
2022-12-03 12:40:41 +01:00
rob tillaart
afe39794bd
1.6.2 I2C_EEPROM
2022-10-31 16:53:19 +01:00
rob tillaart
8f6edaeca9
1.6.1 I2C_EEPROM
2022-06-12 12:47:07 +02:00
rob tillaart
e59f65b8d9
1.6.0 I2C_EEPROM
2022-06-07 17:43:11 +02:00
rob tillaart
0fe393948c
1.5.2 I2C_EEPROM
2021-12-19 20:05:24 +01:00
rob tillaart
25164f9333
1.5.1 I2C_EEPROM
2021-11-08 13:26:03 +01:00
rob tillaart
5885b36187
1.5.0 I2C_EEPROM
2021-07-01 10:58:13 +02:00
rob tillaart
1e2905b81e
update I2C_EEPROM
2021-05-05 14:33:47 +02:00
rob tillaart
f9cf7e8124
remove duplicates + minor
2021-02-06 15:52:51 +01: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
d68ca6b43a
Fix issue #113 and #128
2019-09-03 11:41:28 +02:00
RobTillaart
2d3934df4e
Fix issue #121 - unneeded variable declaration
2019-02-01 16:05:52 +01:00
RobTillaart
ba067ff91d
+ I2C_EEPROM 1.2.5 refactor
2017-04-20 09:15:28 +02:00
RobTillaart
ab1d7d8617
+ I2C_eeprom 1.2.4
...
+ remove timeout - github issue #63
2017-04-19 12:45:38 +02: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
ab454feb86
Added variable page size from guessing given device size. Added support for one-word addresses (for smaller chips)
2014-05-12 01:41:31 -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
586a9017ee
+ version 1.0.03
...
+ replaced 5 millis() write latency, with polling code
+ added return values
2013-11-03 17:06:53 +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
151438bfc2
+ Arduino 1.0 comaptible
2013-09-30 16:43:17 +02:00
Rob Tillaart
aab07947c8
+ fixed 64 bit boundary bug
...
+ refactor _readBlock + return value
2013-09-30 16:41:52 +02:00
Rob Tillaart
d406766659
+ added setBlock
...
+ improved comments
+ some bugfixing
2013-09-30 16:40:09 +02:00
Rob Tillaart
e95618a306
+ initial version
2013-09-30 16:38:08 +02:00