Skip to content

Commit

Permalink
Update library.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhiddon authored Aug 6, 2016
1 parent 40c0649 commit 7709b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sentence=Extended Database Library
paragraph=This Arduino Extended Database Library increases the maximum number of records allowed in a database from 256 records (byte) to a theoretical maximum of 4,294,967,295 records (unsigned long). The maximum record size was also increased from 256 bytes (byte) to 65,534 bytes (unsigned int). You may use this library in conjunction with the standard Arduino EEPROM library, an external EEPROM such as the AT24C1024, or any other platform that supports byte level reading and writing such as an SD card.
category=Data Storage
url=https://github.com/jwhiddon/EDB
architectures=avr,esp8266
architectures=*

0 comments on commit 7709b5e

Please sign in to comment.