How to program I2C address when multiple M24M01E on same I2C bus
Previous I2C EEPROM chips had (eg) 3 address pins A2..A0, where you could hardware the I2C address. This allowed up to 8 devices on the same I2C bus in case you need more storage capacity.
With the M24M01E this is no longer the case : the device can have it's I2C address programmed in a special settings page, but no longer via the A2..A0 pins
But how can I use more than 1 of these devices on an I2C bus ?
Do I need to program the chips before soldering them onto the PCB ?
