Skip to content

Commit b13b4fc

Browse files
author
Owen L - SFE
committed
addtl clarification
1 parent a4fecfb commit b13b4fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libraries/EEPROM/src/EEPROM.h

+5
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
6666
Error : EEPROM start address must be divisble by 8192
6767
#endif
6868

69+
//The size of the EEPROM may be (ptionally) user-configured using the EEPROM.setLength()
70+
//method. Valid values are in the range [0, AP3_EEPROM_MAX_LENGTH]. Reducing the size of
71+
//EEPROM will cause data stored in the higher addresses to be lost. The default size is
72+
//set below. See Example2_AllFunctions for a usage example.
73+
6974
//Operations on psuedo-EEPROM require a read-write-modify cycle on the entire
7075
//configured memory area because flash pages cannot be partially erased. The
7176
//larger the memory area the longer this operation will take. Here are some

0 commit comments

Comments
 (0)