adafruit / I2C_Addresses

List of I2C address for various devices by address range.
26 stars 10 forks source link

EEPROM write protect #11

Open ashevche opened 1 year ago

ashevche commented 1 year ago

The addresses 0x30...0x37 can be used by the EEPROM chips as explained in the Linux kernel documentation:

The Microchip 24AA52/24LCS52, ST M34C02, and others support an additional software write protect register at 0x30 - 0x37 (0x20 less than the memory location).

tekktrik commented 1 year ago

Please add them with a PR if you'd like!