Package ilcd
Class EEPROM

Public Method getSize

static int getSize()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns Range Description
eepromSize EEPROM size size of the EEPROM emulation

Retrieves the size of the EEPROM in bytes.

Example

int epromSize = EEPROM.getSize();

See also:

EEPROM
EEPROM.write(int, int)
EEPROM.read(int)