Skip to content

Commit 4935a29

Browse files
authored
Update library.properties
1 parent 93bc772 commit 4935a29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=SparkFun External EEPROM Arduino Library
2-
version=1.0.7
2+
version=1.0.8
33
author=SparkFun Electronics
44
maintainer=SparkFun Electronics <sparkfun.com>
55
sentence=Library for I2C Communication with external EEPROMs
66
paragraph=A library for the advanced control of any I2C based EEPROM. This library writes extremely fast and automatically handles the writing of pages to make the entire EEPROM act as one large writable block. Automatically reads and writes ints, floats, arrays, and structs. Works with all EEPROMs including very large >512kbit EEPROMs and any Wire port (Wire1, etc). Use with <a href="https://www.sparkfun.com/products/14764">Qwiic EEPROM</a> to make it easy to read and write cal data and other user settings. Configurable I2C buffer size increases throughput up to 30kB/s. Includes an example that reads binary file from SD and auto writes/verifies to EEPROM. Tested with 24LC1025 and 24LC256.
77
category=Data Storage
88
url=https://github.com/sparkfun/SparkFun_External_EEPROM_Arduino_Library
9-
architectures=*
9+
architectures=*

0 commit comments

Comments
 (0)