From a3ea35834fd43767f1f32d25a76a35adb30f1a43 Mon Sep 17 00:00:00 2001 From: SimonePDA Date: Thu, 3 Mar 2016 19:57:04 +0100 Subject: [PATCH] Update library.properties --- libraries/EEPROM/library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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