...
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 | ||
---|---|---|
|
...
|
...
|
Code Block |
---|
python3 TLV_write.py <i2c_bus> <eeprom_address> [--yes] <key> <value> <key> <value> ... |
...