Arduino参考

Arduino参考 > Libraries > EEPROM > length()

EEPROM.length()

This function returns an unsigned int containing the number of cells in the EEPROM.

Description

This function returns an unsigned int containing the number of cells in the EEPROM.

Syntax

EEPROM.length()

Returns

Number of cells in the EEPROM as an unsigned int.