EEPROM I2C

From Visuino
Revision as of 06:10, 23 August 2025 by Visuino (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File: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**, 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

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.

index.php?title=Category:Components