EEPROM I2C: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoEEPROMI2C.png == Summary == Provides access to external EEPROM memory over the I2C interface. == Description == The **EEPROM (I2C)** component enables communication with I2C-based EEPROM chips for non-volatile data storage. It can be used to save and retrieve configuration data, logs, calibration parameters, or other persistent values that must be retained even after power cycles. This component supports a variety of **data element types**,..." |
No edit summary |
||
Line 11: | Line 11: | ||
*'''Elements:''' | *'''Elements:''' | ||
** Storage State | ** Storage | ||
** Storage State | |||
** Alpha Color | ** Alpha Color | ||
** Color | ** Color | ||
Line 49: | Line 50: | ||
*'''Out''' – I2C communication interface. | *'''Out''' – I2C communication interface. | ||
[[Category:Components]] | [[index.php?title=Category:Components]] |
Latest revision as of 06:10, 23 August 2025
Summary
Provides access to external EEPROM memory over the I2C interface.
Description
The **EEPROM (I2C)** component enables communication with I2C-based EEPROM chips for non-volatile data storage. It can be used to save and retrieve configuration data, logs, calibration parameters, or other persistent values that must be retained even after power cycles.
This component supports a variety of **data element types**, making it flexible for different storage applications.
- Elements:
- Storage
- Storage State
- Alpha Color
- Color
- Analog
- Complex
- Quaternion
- Integer
- Unsigned
- Integer 64 bit
- Unsigned 64 bit
- Integer 8 bit
- Unsigned 8 bit
- Integer 16 bit
- Unsigned 16 bit
- Char
- Digital
- Text
- Binary
- RGBW Alpha Color
- RGBW Color
- Date/Time
Diagram:
Categories
- File:TArduinoDataCategory.png Category Data – Persistent storage and memory management.
Properties
- Address – I2C address of the EEPROM device.
- Elements – Add, edit, or remove data elements for storage.
- Enabled – Enables or disables the component.
Pins
Output Pins
- Out – I2C communication interface.