1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-07 00:04:36 +03:00

Updated libraries metadata

This commit is contained in:
Cristian Maglie
2013-08-08 16:40:55 +02:00
parent 4baf375386
commit 07d9d558b5
16 changed files with 54 additions and 55 deletions

View File

@@ -1,10 +1,10 @@
name=EEPROM
author=David A. Mellis
author=Arduino
email=info@arduino.cc
sentence=The libary to read/write the EEPROM memory on the AVR-based Arduino boards.
sentence=Read/Write the EEPROM memory on the AVR-based Arduino boards.
paragraph=With this library you can read and write bytes to the EEPROM memory, that is available on the AVR microcontrollers mounted on the Arduino boards.
url=http://arduino.cc/en/Reference/EEPROM
architectures=avr
version=1.0
dependencies= none
dependencies=
core-dependencies=arduino (>=1.5.0)