diff options
author | Sandeep Mistry <s.mistry@arduino.cc> | 2016-03-03 15:19:26 -0500 |
---|---|---|
committer | Sandeep Mistry <s.mistry@arduino.cc> | 2016-03-03 15:19:26 -0500 |
commit | 0faaf15a5f5ddf4dd69a1e1500df2a647429efae (patch) | |
tree | d3f43ea5c9eafbf6725fda75fe2c3d964ca0f385 /libraries | |
parent | 3435794d1901de9a889d7d58700be0dd9c2e1ae6 (diff) | |
parent | c3089f872e396a02a97723f776ba4e7b4bdfc928 (diff) |
Merge pull request #4646 from arduino/SimonePDA-patch-3
Update library.properties
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/EEPROM/library.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/EEPROM/library.properties b/libraries/EEPROM/library.properties index a446bb1..3b20032 100644 --- a/libraries/EEPROM/library.properties +++ b/libraries/EEPROM/library.properties @@ -3,7 +3,7 @@ version=2.0 author=Arduino, Christopher Andrews maintainer=Arduino <info@arduino.cc> sentence=Enables reading and writing to the permanent board storage. -paragraph= +paragraph=This library allows to read and write data in a memory type, the EEPROM, that keeps its content also when the board is powered off. The amount of EEPROM available depends on the microcontroller type. category=Data Storage url=http://www.arduino.cc/en/Reference/EEPROM architectures=avr |