diff options
Diffstat (limited to 'libraries/EEPROM')
| -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 | 
