While I'm waiting for my EEPROM shield to arrive I want to ask if it's possible
to stack two I2C shields and control both from the digispark.
I want to combine the EEPROM shield and the LCD shield (using the EEPROM for message storage).
Both are using different address spaces (0x27 for the LCD and 0x50 for the EEPROM).
My problems are now:
- How to "stack" them physically (aka connecting)
- How to access them
I'm still new to embedded programming, so bare with me please