Skip to content

Releases: JChristensen/JC_EEPROM

JC_EEPROM library 1.0.9

27 Feb 02:27
Compare
Choose a tag to compare

Added a new device to the list of tested devices in the README file.

JC_EEPROM library 1.0.8

21 Dec 04:34
Compare
Choose a tag to compare

Add casts for ambiguity compilation warning on Arduino Due.
Change architectures to "*" in library.properties file.
Closes #6, #8.

JC_EEPROM library 1.0.7

05 Jul 12:10
Compare
Choose a tag to compare

Update links in README.

JC_EEPROM library 1.0.6

08 Feb 15:40
Compare
Choose a tag to compare

Internal code improvements:

  • Modify member variable names.
  • Change C-style casts to static_cast.
  • Narrow variable scopes.

JC_EEPROM library 1.0.5

07 Feb 19:38
Compare
Choose a tag to compare

Change to fixed-width integers.
Update doc and examples.

JC_EEPROM library 1.0.4

07 Feb 19:31
Compare
Choose a tag to compare

Change to fixed-width integers for consistency with various architectures.

JC_EEPROM library 1.0.3

07 Feb 18:04
Compare
Choose a tag to compare

Define BUFFER_LENGTH for architectures that do not define it.

JC_EEPROM library 1.0.2

15 Jan 22:41
Compare
Choose a tag to compare

Add update() method.
Use Wire.setClock() to set I2C clock frequency instead of direct register manipulation.
Add an example sketch.

JC_EEPROM library 1.0.1

11 Jan 18:02
Compare
Choose a tag to compare

Update library.properties,
depends=Wire seems to cause issues.

JC_EEPROM library 1.0.0

11 Jan 13:35
Compare
Choose a tag to compare