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
5885b36187
1.5.0 I2C_EEPROM
2021-07-01 10:58:13 +02:00
rob tillaart
3157f59bd2
minor update unit test
2021-06-23 16:43:58 +02:00
rob tillaart
f27f754fbb
add license to library,json
2021-05-28 14:16:25 +02:00
rob tillaart
4e9ea7640d
add arduino-lint
2021-05-28 13:17:38 +02:00
rob tillaart
1e2905b81e
update I2C_EEPROM
2021-05-05 14:33:47 +02:00
rob tillaart
534c960a32
update libs
2021-04-07 13:31:22 +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
02c271bdaa
fix library.json keywords format
2018-01-09 00:11:37 +01:00
RobTillaart
5d7b26abeb
fix #87 - version field for library.json files
2018-01-07 19:13:07 +01:00
RobTillaart
d71bff4a1b
rename readme.txt to readme.md
2017-09-29 10:43:59 +02:00
RobTillaart
7177809c01
fix URL path in library.properties
2017-08-20 17:16:48 +02:00
RobTillaart
d2b8f21e92
range fix in test script
2017-07-16 09:02:48 +02: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
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
RobTillaart
8a94bc3acc
initial versions of library.properties
2016-12-18 11:02:20 +01:00
RobTillaart
018a4872a6
update library.json files
2016-12-18 10:48:17 +01:00
RobTillaart
45d8bff06a
added library.json files
2016-12-17 20:53:18 +01: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
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
18a82023b9
+ added example, test /show working
2013-09-30 16:59:06 +02: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