Variable circuloIntegratedEncoderI2CDeviceIdOptionsConst

circuloIntegratedEncoderI2CDeviceIdOptions: Record<string, number> = ...

A key-value object representing the CirculoIntegratedEncoderI2CDeviceId enum, where each key is the string name of an I²C device ID, and each value is its corresponding numeric address.

This object is generated by filtering out the reverse mappings from the enum (numeric keys), leaving only the name-to-value entries for use in things like dropdowns or selection lists.

Example

{
* READ_EEPROM: 161,
* READ_ICPVL: 195
* READ_ICPVL_LIMITED: 193,
* WRITE_EEPROM: 160,
* WRITE_ICPVL: 194,
* WRITE_ICPVL_LIMITED: 192,
* }

Generated using TypeDoc