1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-12 23:08:52 +01:00
Arduino/hardware/arduino/avr/libraries/EEPROM/library.properties

11 lines
463 B
Properties
Raw Normal View History

name=EEPROM
2015-03-17 08:13:47 +01:00
version=2.0
author=Arduino, Christopher Andrews
maintainer=Arduino <info@arduino.cc>
2016-03-01 16:09:50 +01:00
sentence=Enables reading and writing to the permanent board storage.
2016-03-03 19:57:04 +01:00
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
2015-03-26 17:11:04 +01:00