arduino_core_ch32/libraries/EEPROM/library.properties
Maxint R&D 3aa463aadd
EEPROM library - emulated EEPROM in user option bytes (#103)
* Emulate EEPROM using the user select word storage area. Tested on CH32V003.

* Added more info, styling.

* Updated wording, typos and styling

* Updated some more wording and typos

* fixed typo
2024-06-03 10:03:10 +08:00

9 lines
460 B
INI

name=EEPROM
version=1.0.0
author=Maxint
maintainer=https://github.com/maxint-rd
sentence=Enables reading and writing to non-volatile storage in the processor.
paragraph=This library uses the option bytes page of the CH32 to emulate EEPROM. EEPROM keeps its content also when the MCU is powered off. The amount of EEPROM available is limited to 26 bytes. Tested with CH32V003.
category=Data Storage
url=http://arduino.cc/en/Reference/EEPROM
architectures=ch32v