|
LCC Fusion Project 1.0
LCC Automation
|
Runtime parameters describing the target EEPROM device. More...
#include <I2cCardIdMgr.h>
Public Attributes | |
| uint8_t | magic = 0xA5 |
| Header marker (legacy/optional) More... | |
| uint8_t | maxText = 127 |
| Max text length (24LC02 default; 63 for 24LC01) More... | |
| uint8_t | pageSize = 8 |
| Page size (bytes) More... | |
Runtime parameters describing the target EEPROM device.
Definition at line 113 of file I2cCardIdMgr.h.
| I2cCardIdMgr::EepromConfig::magic = 0xA5 |
Header marker (legacy/optional)
Header marker / version byte (if used by higher-level formats).
Definition at line 115 of file I2cCardIdMgr.h.
| I2cCardIdMgr::EepromConfig::maxText = 127 |
Max text length (24LC02 default; 63 for 24LC01)
Text field cap (bytes) for legacy textual layouts.
Definition at line 116 of file I2cCardIdMgr.h.
| I2cCardIdMgr::EepromConfig::pageSize = 8 |
Page size (bytes)
EEPROM write page size in bytes (24LC01/02 typically 8).
Definition at line 117 of file I2cCardIdMgr.h.