Skip to content
Prev Previous commit
Next Next commit
fixed typo
  • Loading branch information
fedy0 committed Jan 27, 2018
commit e4e87f5b563b346154ac203d4c69b023898c4a95
10 changes: 6 additions & 4 deletions libraries/EEPROM/EEPROM.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
/*
EEPROM.cpp -ported by Paolo Becchi to Esp32
Op
from esp8266 EEPROM emulation
-Modified by Ifediora Elochukwu C. <ifedioraelochukwuc@gmail.com>
EEPROM.h -ported by Paolo Becchi to Esp32 from esp8266 EEPROM
-Modified by Elochukwu Ifediora <ifedioraelochukwuc@gmail.com>

Uses a one sector flash partition defined in partition table
OR
Multiple sector flash partitions defined by the name column in the partition table

Copyright (c) 2014 Ivan Grokhotkov. All rights reserved.
This file is part of the esp8266 core for Arduino environment.
Expand Down
2 changes: 1 addition & 1 deletion libraries/EEPROM/EEPROM.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
EEPROM.h -ported by Paolo Becchi to Esp32 from esp8266 EEPROM
-Modified by Ifediora Elochukwu C. <ifedioraelochukwuc@gmail.com>
-Modified by Elochukwu Ifediora <ifedioraelochukwuc@gmail.com>

Uses a one sector flash partition defined in partition table
OR
Expand Down
2 changes: 1 addition & 1 deletion libraries/EEPROM/examples/eeprom_class/eeprom_class.ino
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Usage: EEPROMClass ANY_OBJECT_NAME("partition_name");

Created for arduino-esp32 on 25 Dec, 2017
by Ifediora Elochukwu (fedy0)
by Elochukwu Ifediora (fedy0)
*/

#include "EEPROM.h"
Expand Down
2 changes: 1 addition & 1 deletion libraries/EEPROM/examples/eeprom_extra/eeprom_extra.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This simple example demonstrates using other EEPROM library resources

Created for arduino-esp32 on 25 Dec, 2017
by Ifediora Elochukwu (fedy0)
by Elochukwu Ifediora (fedy0)
*/

#include "EEPROM.h"
Expand Down