Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents

...

  • Builds TLV-formatted payloads.

  • Writes the data into an EEPROM via I2C.

  • Supports custom-defined keys.

  • Calculates and appends a CRC checksum to ensure data integrity.

...

Anchor
TLV_

...

USAGE_ANCH
TLV_

...

USAGE_ANCH
Usage

Code Block
python3 TLV_write.py <i2c_bus> <eeprom_address> [--yes] <key> <value> <key> <value> ...

...