Skip to content

Commit 77f8dd6

Browse files
committed
EEPROM library to the new format
1 parent 9454816 commit 77f8dd6

File tree

7 files changed

+10
-0
lines changed

7 files changed

+10
-0
lines changed

libraries/EEPROM/library.properties

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name=EEPROM
2+
author=David A. Mellis
3+
email=info@arduino.cc
4+
sentence=The libary to read/write the EEPROM memory on the AVR-based Arduino boards.
5+
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.
6+
url=http://arduino.cc/en/Reference/EEPROM
7+
architectures=avr
8+
version=1.0
9+
dependencies= none
10+
core-dependencies=arduino (>=1.5.0)

0 commit comments

Comments
 (0)