mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
11 lines
408 B
INI
11 lines
408 B
INI
name=EEPROM
|
|
author=Arduino
|
|
email=info@arduino.cc
|
|
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=
|
|
core-dependencies=arduino (>=1.5.0)
|