diff options
Diffstat (limited to 'libraries/EEPROM/library.properties')
-rw-r--r-- | libraries/EEPROM/library.properties | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/EEPROM/library.properties b/libraries/EEPROM/library.properties new file mode 100644 index 0000000..21437ff --- /dev/null +++ b/libraries/EEPROM/library.properties @@ -0,0 +1,9 @@ +name=EEPROM +version=2.0 +author=Arduino, Christopher Andrews +maintainer=Arduino <info@arduino.cc> +sentence=Enables reading and writing to the permanent board storage. For all Arduino boards BUT Arduino DUE. +paragraph= +url=http://www.arduino.cc/en/Reference/EEPROM +architectures=avr + |