Enumeration CirculoIntegratedEncoderI2CDeviceId

I²C device IDs (addresses) used to access specific memory areas and registers of Circulo Integrated Encoders such as iC-MU and iC-PVL.

These values are used as the 7-bit device address (plus R/W bit) in I²C transactions, defining whether the access targets EEPROM or RAM, and whether full or limited access is allowed.

EEPROM access allows for reading and writing of persistent configuration data, while iC-PVL access allows interaction with runtime registers. Limited access typically restricts operations to a subset of available registers.

Enumeration Members

READ_EEPROM: 161

I²C address for reading from EEPROM memory.

READ_ICPVL: 195

I²C address for full read access to iC-PVL registers.

READ_ICPVL_LIMITED: 193

I²C address for limited read access to iC-PVL registers.

WRITE_EEPROM: 160

I²C address for writing to EEPROM memory.

WRITE_ICPVL: 194

I²C address for full write access to iC-PVL registers.

WRITE_ICPVL_LIMITED: 192

I²C address for limited write access to iC-PVL registers.

Generated using TypeDoc