mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
EEPROM library to the new format
This commit is contained in:
parent
9454816162
commit
77f8dd63ab
10
libraries/EEPROM/library.properties
Normal file
10
libraries/EEPROM/library.properties
Normal file
@ -0,0 +1,10 @@
|
||||
name=EEPROM
|
||||
author=David A. Mellis
|
||||
email=info@arduino.cc
|
||||
sentence=The libary to 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
|
||||
core-dependencies=arduino (>=1.5.0)
|
Loading…
Reference in New Issue
Block a user