Add EEPROMClass and examples (#1034)

* enchanced EEPROMClass

* Added eeprom examles and modified partition

* added eeprom class and extra examples

* No changes

* No changes

* added eeprom class and examples

* fixed typo

* length() returns user-defined sector size

* updated and annotated example
This commit is contained in:
Ifediora Elochukwu C
2018-03-04 20:22:48 +01:00
committed by Me No Dev
parent 694c3a453f
commit 3310e2e31d
7 changed files with 592 additions and 66 deletions

View File

@ -65,4 +65,4 @@ void setup() {
void loop() {
ArduinoOTA.handle();
}
}