mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-22 14:57:16 +02:00
EEPROM_library_ported_Partition_table_updated (#535)
* EEPROM_library_ported_Partition_table_updated * Cleanup & formal corrections * Make formatting of file consistent. Readability change, Concern about the SubType being 0x99. * Code formatting cleanup * Code formatting cleanup * Code formatting cleanup * Remove commented out code * Restore dropped bracket * Update EEPROM.cpp * Format Corrections * deletedExample * Corrected example * Deleted interrupts/nointerrupts * Update EEPROM.cpp
This commit is contained in:
9
libraries/EEPROM/library.properties
Normal file
9
libraries/EEPROM/library.properties
Normal file
@ -0,0 +1,9 @@
|
||||
name=EEPROM
|
||||
version=1.0
|
||||
author=Ivan Grokhotkov
|
||||
maintainer=Paolo Becchi <pbecchi@aerobusiness.it>
|
||||
sentence=Enables reading and writing data to the permanent FLASH storage, up to 4kb.
|
||||
paragraph=
|
||||
category=Data Storage
|
||||
url=http://arduino.cc/en/Reference/EEPROM
|
||||
architectures=esp32
|
Reference in New Issue
Block a user